You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-functions/faq.mdx
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ meta:
5
5
content:
6
6
h1: Serverless Functions FAQ
7
7
dates:
8
-
validation: 2024-10-03
8
+
validation: 2025-04-08
9
9
category: serverless
10
10
productIcon: FunctionsProductIcon
11
11
---
@@ -137,11 +137,11 @@ We recommend you set high values, [use metrics to monitor](/serverless-functions
137
137
138
138
### How does scaling work in these serverless services?
139
139
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.
141
141
142
142
### Can I upgrade Serverless Function resources (vCPU and RAM) at any time?
143
143
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.
145
145
146
146
### Does updating a Serverless Function cause downtime?
147
147
@@ -173,7 +173,7 @@ Refer to our dedicated page about [Serverless Functions limitations and configur
173
173
174
174
Serverless Functions enables you to deploy functions using popular languages: `Go`, `Node`, `Python`, `PHP`, and `Rust`.
175
175
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/).
177
177
178
178
### Why does my function have an instance running after deployment, even with min-scale 0?
179
179
@@ -211,7 +211,7 @@ Check out our [serverless-examples repository](https://github.com/scaleway/serve
211
211
212
212
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.
213
213
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.
215
215
216
216
## Network and storage
217
217
@@ -236,8 +236,7 @@ By design, it is not possible to guarantee static IPs on Serverless Compute reso
236
236
### How can I attach Block Storage to a Serverless Function?
237
237
238
238
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.
241
240
242
241
### How can I store data in my Serverless resource?
243
242
@@ -249,7 +248,7 @@ For some use cases, such as saving analysis results, exporting data etc., it can
249
248
250
249
*[Serverless Databases](/serverless-sql-databases/): Go full serverless and take the complexity out of PostgreSQL database operations.
251
250
*[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.
253
252
*[Managed MongoDB®](/managed-mongodb-databases/): Get the best of MongoDB® and Scaleway in one database.
0 commit comments