Skip to content

Commit c6013d8

Browse files
fix(srv): remove mention of vpc not supported in macro MTA-6431 (#5345)
1 parent 0e94a6a commit c6013d8

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
@@ -25,7 +25,7 @@ macro: difference-jobs-functions-containers
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 |
2727
| **Long-running processes** | Not suitable for long running tasks | Not suitable for long running tasks | Ideal for long running processes |
28-
| **Networking** | No VPC support at the moment | No VPC support at the moment | No VPC support at the moment |
28+
| **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 |
3131
| **Scaling from and to zero** | Yes | Yes | Not applicable |

0 commit comments

Comments
 (0)