Skip to content

Commit c0cb1ba

Browse files
Bemilietgenaitay
authored andcommitted
docs(serverless): add entries in serverless FAQ (#3858)
1 parent 0f6f8eb commit c0cb1ba

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

faq/serverless-containers.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,13 @@ Scaleway Serverless Containers does not currently support Scaleway VPC or Privat
126126

127127
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Serverless resources do not have dedicated or predictable IP addresses.
128128

129+
## How can I attach Block Storage to a Serverless Container?
130+
131+
Scaleway Serverless Containers do not currently support attaching block storage. These containers are designed to be
132+
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
133+
solutions like Scaleway Object Storage.
134+
135+
# Why does my container have an instance running after deployment, even with min-scale 0?
136+
137+
Currently, a new container instance will always start after each deployment, even if there is no traffic and the minimum
138+
scale is set to 0. This behavior is not configurable at this time.

faq/serverless-functions.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,14 @@ Upgrading a runtime is highly recommended in case of deprecation, and for runtim
173173
Scaleway Serverless Functions does not currently support Scaleway VPC or Private Networks, though this feature is under development.
174174

175175
To add network restrictions on your resource, consult the [list of prefixes used at Scaleway](https://www.scaleway.com/en/peering/). Note that Serverless resources do not have dedicated or predictable IP addresses.
176+
177+
## How can I attach Block Storage to a Serverless Function?
178+
179+
Scaleway Serverless Functions do not currently support attaching block storage. These functions are designed to be
180+
stateless, meaning they do not retain data between invocations. For persistent storage, we recommend using external
181+
solutions like Scaleway Object Storage.
182+
183+
# Why does my function have an instance running after deployment, even with min-scale 0?
184+
185+
Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum
186+
scale is set to 0. This behavior is not configurable at this time.

0 commit comments

Comments
 (0)