Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gen): docs review MTA-5542 #4384

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

</Message>


6 changes: 2 additions & 4 deletions pages/serverless-functions/how-to/manage-a-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Macro id="requirements" />

Expand All @@ -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.


2 changes: 1 addition & 1 deletion pages/serverless-functions/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 |
Expand Down