diff --git a/macros/serverless/difference-jobs-functions-containers.mdx b/macros/serverless/difference-jobs-functions-containers.mdx index 065b8ca3fc..759a80b8aa 100644 --- a/macros/serverless/difference-jobs-functions-containers.mdx +++ b/macros/serverless/difference-jobs-functions-containers.mdx @@ -18,7 +18,7 @@ macro: difference-jobs-functions-containers | **Scaling** | Automatically scales based on incoming events | Automatically scales based on incoming events | Manually specified number of job executions | | **Maximum execution time** | Up to 15 minutes per request | Up to 15 minutes per request | 24 hours | | **Concurrency** | Single request per instance | Configurable concurrency per instance | Not applicable | -| **Pricing model** | Pay based on exeuction time and invocations | Pay based on vCPU and memory usage | Pay based on vCPU and memory usage | +| **Pricing model** | Pay based on execution time and invocations | Pay based on vCPU and memory usage | Pay based on vCPU and memory usage | | **Triggers** | HTTP requests, scheduled (CRONs), messaging events (NATS, SQS, SNS) | HTTP requests, scheduled (CRONs), messaging events (NATS, SQS, SNS) | Manual invocation or scheduled | | **Language support** | Node, PHP, Python, Go, Rust | Any language/runtime within a container | Any language/runtime within a container | | **Infrastructure management** | Fully managed, handles provisioning and scaling automatically | Fully managed, handles provisioning and scaling automatically | Fully managed, abstracts away infrastructure management |