Skip to content

Commit ce0a208

Browse files
committed
chore(gen): update
1 parent 3c29182 commit ce0a208

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pages/serverless-functions/faq.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Serverless Functions FAQ
77
dates:
8-
validation: 2024-10-03
8+
validation: 2025-04-08
99
category: serverless
1010
productIcon: FunctionsProductIcon
1111
---
@@ -137,11 +137,11 @@ We recommend you set high values, [use metrics to monitor](/serverless-functions
137137

138138
### How does scaling work in these serverless services?
139139

140-
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases - more requests or events - the platform spins up additional instances to handle the load. When demand decreases, instances spin down. This ensures optimal performance without manual intervention.
140+
Scaling in Serverless Containers and Serverless Functions is handled automatically by the platform. When demand increases - more requests or events - the platform creates additional instances to handle the load. When demand decreases, instances that are not used anymore are removed. This ensures optimal performance without manual intervention.
141141

142142
### Can I upgrade Serverless Function resources (vCPU and RAM) at any time?
143143

144-
Yes, Serverless Functions resources can be changed at any time without causing downtime, see the previous question for full details.
144+
Yes, Serverless Functions resources can be changed at any time without causing downtime. Refer to the next question for full details.
145145

146146
### Does updating a Serverless Function cause downtime?
147147

@@ -173,7 +173,7 @@ Refer to our dedicated page about [Serverless Functions limitations and configur
173173

174174
Serverless Functions enables you to deploy functions using popular languages: `Go`, `Node`, `Python`, `PHP`, and `Rust`.
175175

176-
Refer to our dedicated page about [Serverless Functions Runtimes Lifecycle](/serverless-functions/reference-content/functions-runtimes/)
176+
Refer to our dedicated page about [Serverless Functions Runtimes Lifecycle](/serverless-functions/reference-content/functions-runtimes/).
177177

178178
### Why does my function have an instance running after deployment, even with min-scale 0?
179179

@@ -211,7 +211,7 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
211211

212212
On a Serverless Function, you can change the runtime if the new runtime is from the same family as the old one. Example: migrate from `go1.23` to `go1.24`. To change programming language, you must create a new Serverless Function.
213213

214-
See the [functions runtimes lifecycle documentation](/serverless-functions/reference-content/functions-runtimes/) for more information about runtimes.
214+
See the [functions runtimes documentation](/serverless-functions/reference-content/functions-runtimes/) for more information about runtimes.
215215

216216
## Network and storage
217217

@@ -236,8 +236,7 @@ By design, it is not possible to guarantee static IPs on Serverless Compute reso
236236
### How can I attach Block Storage to a Serverless Function?
237237

238238
Scaleway Serverless Functions do not currently support attaching Block Storage. These functions are designed to be
239-
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
240-
solutions like Scaleway Object Storage.
239+
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external solutions like Scaleway Object Storage.
241240

242241
### How can I store data in my Serverless resource?
243242

@@ -249,7 +248,7 @@ For some use cases, such as saving analysis results, exporting data etc., it can
249248

250249
* [Serverless Databases](/serverless-sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
251250
* [Managed MySQL / PostgreSQL](/managed-databases-for-postgresql-and-mysql/): Ensure scalability of your infrastructure and storage with our new generation of Managed Databases designed to scale on-demand according to your needs.
252-
* [Managed Database for Redis®](/managed-databases-for-redis/): Fully managed Redis®* in seconds.
251+
* [Managed Database for Redis®](/managed-databases-for-redis/): Fully managed Redis® in seconds.
253252
* [Managed MongoDB®](/managed-mongodb-databases/): Get the best of MongoDB® and Scaleway in one database.
254253

255254
#### Storage

pages/serverless-jobs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Serverless Jobs FAQ
77
dates:
8-
validation: 2024-10-03
8+
validation: 2025-04-08
99
category: serverless
1010
productIcon: ServerlessJobsProductIcon
1111
---

0 commit comments

Comments
 (0)