Skip to content

Commit

Permalink
Update macros/serverless/difference-jobs-functions-containers.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RoRoJ authored Nov 26, 2024
1 parent 5fa86e4 commit aafe530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/serverless/difference-jobs-functions-containers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit aafe530

Please sign in to comment.