Skip to content

Commit c11205f

Browse files
remove timeout
1 parent c31131e commit c11205f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Choose Scaleway [Serverless Jobs](/serverless/jobs/quickstart/):
5151

5252
Choose Scaleway [Serverless Functions](/serverless/functions/quickstart/):
5353

54-
- For stateless and short-lived workloads (< 15 minutes).
55-
- For event-driven tasks.
54+
- For HTTP and event-driven tasks.
5655
- For optimum performance in lightweight scenarios.
5756
- For autoscaling applications.
5857
- For web-facing applications and web servers.
58+
- For stateless workloads.
5959

6060
<Message type="note">
6161
Serverless Functions can only be written in languages [available as runtimes](/serverless/functions/reference-content/functions-lifecycle/#available-runtimes).
@@ -65,10 +65,10 @@ Choose Scaleway [Serverless Functions](/serverless/functions/quickstart/):
6565

6666
Choose Scaleway [Serverless Containers](/serverless/containers/quickstart/):
6767

68-
- For stateless, short-lived applications (< 15 minutes).
69-
- For event-driven tasks.
68+
- For HTTP and event-driven tasks.
7069
- If your programming language is not supported as a Serverless Function runtime.
7170
- For autoscaling workloads.
71+
- For stateless workloads.
7272

7373
<Message type="note">
7474
To run as a Serverless Container, your application must be containerized, giving you a lot of flexibility to configure your runtime environments.

0 commit comments

Comments
 (0)