Skip to content

Commit c164eeb

Browse files
committed
docs(gen): update
1 parent 38607d7 commit c164eeb

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

pages/serverless-functions/troubleshooting/cannot-create-namespace.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot problems encountered while creating namespaces for Scaleway Serverless Functions.
88
tags: serverless functions troubleshooting issue error namespace creation unable
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-05-13
1111
posted: 2024-11-06
1212
categories:
1313
- serverless
@@ -27,4 +27,6 @@ This issue can happen for the following reasons:
2727

2828
## Possible solutions
2929

30-
Make sure that you have not exceeded the maximum number of allowed namespaces with the [Scaleway console](https://console.scaleway.com/) or with the [API](https://www.scaleway.com/en/developers/api/serverless-functions/#path-namespaces-list-all-your-namespaces).
30+
Make sure that you have not exceeded the maximum number of allowed namespaces with the [Scaleway console](https://console.scaleway.com/) or with the [API](https://www.scaleway.com/en/developers/api/serverless-functions/#path-namespaces-list-all-your-namespaces).
31+
32+
Refer to the [dedicated documentation](/organizations-and-projects/additional-content/organization-quotas/) on Organization quotas for more information.

pages/serverless-functions/troubleshooting/cannot-inject-secret-variable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot issues with secrets and environment variables while using Scaleway Serverless Functions.
88
tags: serverless functions troubleshooting issue error env var environment variables secrets secret manager
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-05-13
1111
posted: 2024-11-06
1212
categories:
1313
- serverless

pages/serverless-functions/troubleshooting/function-stopped-after-redeploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot issues with Scaleway Serverless Functions not working properly following a redeploy.
88
tags: serverless functions troubleshooting issue error state failed fail redeploy
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-05-13
1111
posted: 2024-11-06
1212
categories:
1313
- serverless

pages/serverless-functions/troubleshooting/handler-not-found.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot problems with finding the handler when using Scaleway Serverless Functions.
88
tags: serverless functions troubleshooting issue error function handler execution run cannot find
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-05-13
1111
posted: 2024-11-06
1212
categories:
1313
- serverless

pages/serverless-functions/troubleshooting/timeout-error.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot timeout errors when using Scaleway Serverless Functions.
88
tags: serverless functions troubleshooting issue error function timeout
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-05-13
1111
posted: 2024-11-06
1212
categories:
1313
- serverless

pages/serverless-functions/troubleshooting/too-many-retries.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Troubleshoot problems with functions trying too many times before failing.
88
tags: serverless functions troubleshooting issue error function retries retry failure
99
dates:
10-
validation: 2024-11-06
10+
validation: 2025-05-13
1111
posted: 2024-11-06
1212
categories:
1313
- serverless
@@ -18,7 +18,7 @@ categories:
1818
My function fails, and the following message displays:
1919

2020
```
21-
Too many retries, sub-runtime server did not come up in 10ms seconds
21+
Too many retries, sub-runtime server did not come up in 10ms seconds.
2222
```
2323

2424
## Cause

0 commit comments

Comments
 (0)