Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ This section contains usage limits that apply when using Serverless Containers.
| Secret environment variables | Max size | 65536 bytes | Secret environment variable |
| Time before scale to zero | Time | 15 minutes | Instance |
| Time before scale down | Time | 30 seconds | Instance |
| Timeout\*** | Max | 15 minutes | Request |
| Max HTTP request duration*** | Max | 15 minutes | Request |
| Logs | Logs | 30000 per minute | Project |

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ This section contains usage limits that apply when using Serverless Functions.
| Secret Environment Variables | Max size | 65536 bytes | Secret Environment Variable |
| Time before scale to zero | Time | 15 minutes | Instance |
| Time before scale down | Time | 30 seconds | Instance |
| Timeout\*** | Max | 15 minutes | Request |
| Max HTTP request duration*** | Max | 15 minutes | Request |
| Payload | Max size | 6 MiB | Request |
| Logs | Logs | 30000 per minute | Project |

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

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

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

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

Expand Down
Loading