From 155d796b26bb1ec9987ac779aba1bb768ef972d1 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 29 Jul 2025 14:32:07 +0200 Subject: [PATCH] fix(srv): remove mention of vpc not supported in macro MTA-6431 --- macros/serverless/difference-jobs-functions-containers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/serverless/difference-jobs-functions-containers.mdx b/macros/serverless/difference-jobs-functions-containers.mdx index 3663d4be94..f844c37b33 100644 --- a/macros/serverless/difference-jobs-functions-containers.mdx +++ b/macros/serverless/difference-jobs-functions-containers.mdx @@ -25,7 +25,7 @@ macro: difference-jobs-functions-containers | **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) | | **Supports custom containers** | No, deploy code in supported languages only | Yes, deploy any containerized application | Yes, deploy any containerized application | | **Long-running processes** | Not suitable for long running tasks | Not suitable for long running tasks | Ideal for long running processes | -| **Networking** | No VPC support at the moment | No VPC support at the moment | No VPC support at the moment | +| **Networking** | Supports VPC integration | Supports VPC integration | No VPC support at the moment | | **Secret manager integration** | Only via local secrets | Only via local secrets | Yes | | **Customizable ephemeral storage** | Yes | Yes | Yes | | **Scaling from and to zero** | Yes | Yes | Not applicable |