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: faq/serverless-functions.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,11 +220,11 @@ solutions like Scaleway Object Storage.
220
220
Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum
221
221
scale is set to 0. This behavior is not configurable at this time.
222
222
223
-
## How can I store data in my Serverless ressource?
223
+
## How can I store data in my Serverless resource?
224
224
225
-
Serverless ressources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
225
+
Serverless resources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
226
226
227
-
In different use cases like saving results of analysis, exporting data etc... it can be important to save data. Serverless ressources can be connected to ressources from the Scaleway ecosystem.
227
+
For some use cases, such as saving analysis results, exporting data etc., it can be important to save data. Serverless resources can be connected to other resources from the Scaleway ecosystem for this purpose:
228
228
229
229
### Databases
230
230
@@ -235,11 +235,11 @@ In different use cases like saving results of analysis, exporting data etc... it
235
235
236
236
### Storage
237
237
238
-
***Object storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
238
+
***Object Storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
239
239
***Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
240
240
241
241
<Messagetype="tip">
242
242
Explore all Scaleway products on the console and select the right product for your use case.
243
243
244
-
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versionning.
244
+
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versioning.
Copy file name to clipboardExpand all lines: faq/serverless-jobs.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ category: serverless
10
10
productIcon: ServerlessJobsProductIcon
11
11
---
12
12
13
-
## What is serverless computing and how does it differ from traditional cloud hosting?
13
+
## What is serverless computing, and how does it differ from traditional cloud hosting?
14
14
15
15
Serverless computing is a cloud execution model where the cloud provider dynamically manages the allocation of compute resources. Unlike traditional hosting models, you don’t need to provision, scale, or maintain servers. Instead, you focus solely on writing and deploying your code, and the infrastructure scales automatically to meet demand.
16
16
17
-
## Why consider using Serverless Containers, Functions or Jobs for my projects?
17
+
## Why consider using Serverless Containers, Functions, or Jobs for my projects?
18
18
19
-
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs let you run large-scale, parallel batchprocessing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
19
+
These services allow you to build highly scalable, event-driven, and pay-as-you-go solutions. Serverless Containers and Functions help you create applications and microservices without worrying about server management, while Serverless Jobs lets you run large-scale, parallel batch-processing tasks efficiently. This can lead to faster development cycles, reduced operational overhead, and cost savings.
20
20
21
21
## What is Serverless Jobs, and when should I use it?
22
22
@@ -26,11 +26,11 @@ Serverless Jobs allows you to run large-scale batch processing and computational
26
26
27
27
Integration is straightforward. Serverless Functions and Containers can be triggered by events from Queues, SQS and SNS and can easily communicate with services like Managed databases or Serverless databases. Serverless Jobs can pull data from Object Storage or output processed results into a database. With managed connectors, APIs, and built-in integrations, linking to the broader Scaleway ecosystem is seamless.
28
28
29
-
## Can I update Serverless Jobs ressources (vCPU and RAM) at any time?
29
+
## Can I update Serverless Jobs resources (vCPU and RAM) at any time?
30
30
31
-
Yes, ressources of your Job Definition can be updated at any time.
31
+
Yes, resources of your Job Definition can be updated at any time.
32
32
33
-
Ongoing Job Runs will remain using the ressources definied at the time it started.
33
+
Ongoing Job Runs will remain using the resources definied at the time it started.
34
34
35
35
## How am I billed for Serverless Jobs?
36
36
@@ -143,11 +143,11 @@ To add network restrictions on your resource, consult the [list of prefixes used
143
143
144
144
Yes, you can use sensitive data such as API secret keys, passwords, TLS/SSL certificates, or tokens. Serverless Jobs seamlessly integrates with [Secret Manager](/identity-and-access-management/secret-manager/), which allows you to securely reference sensitive information within your jobs. Refer to the [dedicated documentation](/serverless/jobs/how-to/reference-secret-in-job/) for more information.
145
145
146
-
## How can I store data in my Serverless ressource?
146
+
## How can I store data in my Serverless resource?
147
147
148
-
Serverless ressources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
148
+
Serverless resources are by default [stateless](/serverless/functions/concepts/#stateless), local storage is ephemeral.
149
149
150
-
In different use cases like saving results of analysis, exporting data etc... it can be important to save data. Serverless ressources can be connected to ressources from the Scaleway ecosystem.
150
+
In different use cases, such as saving analysis results and exporting data, it can be important to save data. Serverless resources can be connected to resources from the Scaleway ecosystem.
151
151
152
152
### Databases
153
153
@@ -158,11 +158,11 @@ In different use cases like saving results of analysis, exporting data etc... it
158
158
159
159
### Storage
160
160
161
-
***Object storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
161
+
***Object Storage**: Multi-AZ resilient object storage service ensuring high availability for your data.
162
162
***Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
163
163
164
164
<Messagetype="tip">
165
165
Explore all Scaleway products on the console and select the right product for your use case.
166
166
167
-
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versionning.
167
+
Some products are not listed but for example, on specific use cases Secret Manager can help you to store informations that requires versioning.
Copy file name to clipboardExpand all lines: serverless/containers/concepts.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,15 +97,15 @@ The Serverless infrastructure manages incoming request traffic. In scenarios lik
97
97
98
98
## Logging
99
99
100
-
Serverless offers a built-in logging system based on cockpit to follow the activity of your ressources:[monitoring Serverless Containers](/serverless/containers/how-to/monitor-container/).
100
+
Serverless Containers offers a built-in logging system based on Cockpit to track the activity of your resources: see[monitoring Serverless Containers](/serverless/containers/how-to/monitor-container/).
101
101
102
102
## Max scale
103
103
104
104
This parameter sets the maximum number of container instances. You should adjust it based on your container's traffic spikes, keeping in mind that you may wish to limit the max scale to manage costs effectively.
105
105
106
106
## Metrics
107
107
108
-
Performances of your Serverless ressources are natively available: [monitoring Serverless Containers](/serverless/containers/how-to/monitor-container/).
108
+
Performance metrics for your Serverless resources are natively available: see[monitoring Serverless Containers](/serverless/containers/how-to/monitor-container/).
109
109
110
110
## Min scale
111
111
@@ -174,9 +174,9 @@ Serverless.com (Serverless Framework) is a tool that allows you to deploy server
174
174
175
175
## Serverless Function
176
176
177
-
A Serverless Function are serverless, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
177
+
Serverless Functions are serverless, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
178
178
179
-
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable without worrying about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
179
+
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable, eliminating the need to worry about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
180
180
181
181
## Serverless Job
182
182
@@ -191,11 +191,11 @@ The container can then process the message and perform any required actions, suc
191
191
192
192
## Rolling update
193
193
194
-
When deploying a new version of a Serverless Container, a rolling update happens by default. This means that the new version of the service is gradually rolled out to your users without downtime.
194
+
When deploying a new version of a Serverless Container, a rolling update is applied by default. This means that the new version of the service is gradually rolled out to your users without downtime.
195
195
Here is how it works:
196
196
197
197
* When a new version of your container is deployed, the platform automatically starts routing traffic to the new version incrementally, while still serving requests from the old version until the new one is fully deployed.
198
-
* Once the new version is successfully running, we gradually shifts all traffic to it, ensuring zero downtime.
198
+
* Once the new version is successfully running, we gradually shift all traffic to it, ensuring zero downtime.
199
199
* The old version is decommissioned once the new version is fully serving traffic.
200
200
201
201
This process ensures a seamless update experience, minimizing disruption to users during deployments. If needed, you can also manage traffic splitting between versions during the update process, allowing you to test new versions with a subset of traffic before fully migrating to it
0 commit comments