Skip to content

Commit 315e996

Browse files
wording
1 parent 8616c11 commit 315e996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/serverless/difference-jobs-functions-containers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ macro: difference-jobs-functions-containers
2424
| **Infrastructure management** | Fully managed, handles provisioning and scaling automatically | Fully managed, handles provisioning and scaling automatically | Fully managed, abstracts away infrastructure management |
2525
| **Cold-starts** | There may be startup latency on new instances | There may be startup latency on new instances | Not applicable (jobs starts when scheduled or invoked) |
2626
| **Supports custom containers** | No, deploy code in supported languages only | Yes, deploy any containerized application | Yes, deploy any containerized application |
27-
| **Long background tasks** | Not suitable for long running tasks | Not suitable for long running tasks | Ideal for long running processes |
27+
| **Long background tasks** | Not optimal for long running tasks | Not optimal for long running tasks | Ideal for long running background processes |
2828
| **Networking** | Supports VPC integration | Supports VPC integration | No VPC support at the moment |
2929
| **Secret manager integration** | Only via local secrets | Only via local secrets | Yes |
3030
| **Customizable ephemeral storage** | Yes | Yes | Yes |

0 commit comments

Comments
 (0)