Skip to content

Commit c31131e

Browse files
feat(serverless): precision on timeout
1 parent 8ef387f commit c31131e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

serverless/containers/reference-content/containers-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ This section contains usage limits that apply when using Serverless Containers.
3535
| Secret environment variables | Max size | 65536 bytes | Secret environment variable |
3636
| Time before scale to zero | Time | 15 minutes | Instance |
3737
| Time before scale down | Time | 30 seconds | Instance |
38-
| Timeout\*** | Max | 15 minutes | Request |
38+
| Max HTTP request duration*** | Max | 15 minutes | Request |
3939
| Logs | Logs | 30000 per minute | Project |
4040

4141
\* Lower limits may apply before account verification. Contact our support team if you have any questions.
4242

4343
\** Total container memory is the sum of the memory allocated to all your containers at their maximum Scale.
4444

45-
\*** Use [Serverless Jobs](/serverless/jobs/) for longer tasks.
45+
\*** Use [Serverless Jobs](/serverless/jobs/) tasks during up to 24h.
4646

4747
These limits are enforced as [Organization quotas](/identity-and-access-management/organizations-and-projects/additional-content/organization-quotas/#serverless-containers).
4848

serverless/functions/reference-content/functions-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ This section contains usage limits that apply when using Serverless Functions.
3232
| Secret Environment Variables | Max size | 65536 bytes | Secret Environment Variable |
3333
| Time before scale to zero | Time | 15 minutes | Instance |
3434
| Time before scale down | Time | 30 seconds | Instance |
35-
| Timeout\*** | Max | 15 minutes | Request |
35+
| Max HTTP request duration*** | Max | 15 minutes | Request |
3636
| Payload | Max size | 6 MiB | Request |
3737
| Logs | Logs | 30000 per minute | Project |
3838

3939
\* Lower limits may apply before account verification. [Contact our support team](https://console.scaleway.com/support) if you have any questions.
4040

4141
\** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale.
4242

43-
\*** Use [Serverless Jobs](/serverless/jobs/) for longer tasks.
43+
\*** Use [Serverless Jobs](/serverless/jobs/) tasks during up to 24h.
4444

4545
These limits are enforced as [Organization quotas](/identity-and-access-management/organizations-and-projects/additional-content/organization-quotas/#serverless-functions).
4646

0 commit comments

Comments
 (0)