diff --git a/pages/serverless-containers/reference-content/cron-schedules.mdx b/pages/serverless-containers/reference-content/cron-schedules.mdx index 5f98e5774f..a339c47178 100644 --- a/pages/serverless-containers/reference-content/cron-schedules.mdx +++ b/pages/serverless-containers/reference-content/cron-schedules.mdx @@ -7,7 +7,7 @@ content: paragraph: Guide to setting up cron schedules in Scaleway Serverless Containers. tags: serverless containers cron crontab schedule cronjob dates: - validation: 2024-07-29 + validation: 2025-02-10 posted: 2023-12-12 categories: - serverless diff --git a/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx b/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx index 5ba927b452..66545df343 100644 --- a/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx +++ b/pages/serverless-functions/how-to/add-a-custom-domain-name-to-a-function.mdx @@ -7,7 +7,7 @@ content: paragraph: Guide to adding a custom domain name to your Scaleway serverless function. tags: functions custom-domain dates: - validation: 2024-07-23 + validation: 2025-02-10 posted: 2022-02-21 categories: - serverless diff --git a/pages/serverless-functions/how-to/create-auth-token-from-console.mdx b/pages/serverless-functions/how-to/create-auth-token-from-console.mdx index 0957c68948..4fe5cdaf3b 100644 --- a/pages/serverless-functions/how-to/create-auth-token-from-console.mdx +++ b/pages/serverless-functions/how-to/create-auth-token-from-console.mdx @@ -7,7 +7,7 @@ content: paragraph: Generate an authentication token from the Scaleway console for Serverless Functions. tags: authentication-token functions dates: - validation: 2024-07-23 + validation: 2025-02-10 posted: 2022-10-14 categories: - serverless @@ -82,5 +82,3 @@ Tokens will expire by default on their given expiry date. You can delete them ma This action is irreversible and this token will not be able to access your function anymore. - - diff --git a/pages/serverless-functions/how-to/manage-a-function.mdx b/pages/serverless-functions/how-to/manage-a-function.mdx index 18f18796d1..ffd179f76b 100644 --- a/pages/serverless-functions/how-to/manage-a-function.mdx +++ b/pages/serverless-functions/how-to/manage-a-function.mdx @@ -7,13 +7,13 @@ content: paragraph: Detailed guide on managing Serverless Functions within Scaleway. tags: functions dates: - validation: 2024-07-23 + validation: 2025-02-10 posted: 2021-05-26 categories: - serverless --- -This page shows you how to manage a function, in order to edit it or verify/change its deployment parameters after creation. +This page shows you how to manage a function, in order to edit it, or verify/change its deployment parameters after creation. @@ -29,5 +29,3 @@ This page shows you how to manage a function, in order to edit it or verify/chan - **Function code**: The code of your function. You can either enter it directly using the inline code editor or import it from a ZIP file. - **Handler**: The functions handler. 5. Click **Deploy function** to save your changes. - - diff --git a/pages/serverless-functions/quickstart.mdx b/pages/serverless-functions/quickstart.mdx index bd1d38a9cd..2af17e4c2d 100644 --- a/pages/serverless-functions/quickstart.mdx +++ b/pages/serverless-functions/quickstart.mdx @@ -7,7 +7,7 @@ content: paragraph: Quickstart guide to deploying and managing Serverless Functions on Scaleway. tags: functions namespace dates: - validation: 2024-07-29 + validation: 2025-02-10 posted: 2021-05-26 categories: - serverless diff --git a/pages/serverless-functions/reference-content/cron-schedules.mdx b/pages/serverless-functions/reference-content/cron-schedules.mdx index 67f931b3ea..cd3afb4c45 100644 --- a/pages/serverless-functions/reference-content/cron-schedules.mdx +++ b/pages/serverless-functions/reference-content/cron-schedules.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn to set up and manage cron schedules in Scaleway Serverless Functions. tags: serverless functions cron crontab schedule cronjob dates: - validation: 2024-07-02 + validation: 2025-02-11 posted: 2023-12-12 categories: - serverless diff --git a/pages/serverless-functions/reference-content/functions-billing.mdx b/pages/serverless-functions/reference-content/functions-billing.mdx index 95eeeca002..17c0c8058c 100644 --- a/pages/serverless-functions/reference-content/functions-billing.mdx +++ b/pages/serverless-functions/reference-content/functions-billing.mdx @@ -7,7 +7,7 @@ content: paragraph: Understand billing for Scaleway Serverless Functions with this guide. tags: functions serverless serverless-functions billing serverless-billing serverless-functions-billing dates: - validation: 2024-07-02 + validation: 2025-02-11 posted: 2023-06-15 categories: - serverless diff --git a/pages/serverless-functions/reference-content/functions-limitations.mdx b/pages/serverless-functions/reference-content/functions-limitations.mdx index 5888266edd..9f0bbabd19 100644 --- a/pages/serverless-functions/reference-content/functions-limitations.mdx +++ b/pages/serverless-functions/reference-content/functions-limitations.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn about limitations for Scaleway Serverless Functions including resource and execution constraints. tags: functions limitations serverless dates: - validation: 2024-07-23 + validation: 2025-02-10 posted: 2021-10-12 categories: - serverless @@ -41,7 +41,7 @@ This section contains usage limits that apply when using Serverless Functions. \** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale. -\*** Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h. +\*** Maximum duration of a single HTTP request before this request is timed out. Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h. These limits are enforced as [Organization quotas](/organizations-and-projects/additional-content/organization-quotas/#serverless-functions). diff --git a/pages/serverless-functions/reference-content/functions-runtimes-configuration.mdx b/pages/serverless-functions/reference-content/functions-runtimes-configuration.mdx index 40dc400a5a..5e50dccf87 100644 --- a/pages/serverless-functions/reference-content/functions-runtimes-configuration.mdx +++ b/pages/serverless-functions/reference-content/functions-runtimes-configuration.mdx @@ -7,7 +7,7 @@ content: paragraph: Guide to configuring runtimes for Scaleway Serverless Functions. tags: functions serverless runtimes information configuration extensions modules parameters dates: - validation: 2024-07-23 + validation: 2025-02-10 posted: 2022-12-28 categories: - serverless @@ -19,6 +19,8 @@ This page contains useful information on how Serverless Functions runtimes are b ### PHP 8.2 runtime configuration +PHP parameters for the [PHP 8.2](https://www.php.net/ChangeLog-8.php#8.2.0) runtime + | Parameter | Value | |-----------------------|-------| | `upload_max_filesize` | 2M |