Skip to content

Commit 4fd1aad

Browse files
thomas-tacquetRoRoJjcirinosclwy
authored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: Jessica <[email protected]>
1 parent 670b889 commit 4fd1aad

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

faq/serverless-functions.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ solutions like Scaleway Object Storage.
220220
Currently, a new function instance will always start after each deployment, even if there is no traffic and the minimum
221221
scale is set to 0. This behavior is not configurable at this time.
222222

223-
## How can I store data in my Serverless ressource?
223+
## How can I store data in my Serverless resource?
224224

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.
226226

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:
228228

229229
### Databases
230230

@@ -235,11 +235,11 @@ In different use cases like saving results of analysis, exporting data etc... it
235235

236236
### Storage
237237

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.
239239
* **Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
240240

241241
<Message type="tip">
242242
Explore all Scaleway products on the console and select the right product for your use case.
243243

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.
245245
</Message>

faq/serverless-jobs.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ category: serverless
1010
productIcon: ServerlessJobsProductIcon
1111
---
1212

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?
1414

1515
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.
1616

17-
## Why consider using Serverless Containers, Functions or Jobs for my projects?
17+
## Why consider using Serverless Containers, Functions, or Jobs for my projects?
1818

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 batch processing 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.
2020

2121
## What is Serverless Jobs, and when should I use it?
2222

@@ -26,11 +26,11 @@ Serverless Jobs allows you to run large-scale batch processing and computational
2626

2727
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.
2828

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?
3030

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.
3232

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.
3434

3535
## How am I billed for Serverless Jobs?
3636

@@ -143,11 +143,11 @@ To add network restrictions on your resource, consult the [list of prefixes used
143143

144144
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.
145145

146-
## How can I store data in my Serverless ressource?
146+
## How can I store data in my Serverless resource?
147147

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.
149149

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.
151151

152152
### Databases
153153

@@ -158,11 +158,11 @@ In different use cases like saving results of analysis, exporting data etc... it
158158

159159
### Storage
160160

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.
162162
* **Scaleway Glacier**: Our outstanding Cold Storage class to secure long-term object storage. Ideal for deep archived data.
163163

164164
<Message type="tip">
165165
Explore all Scaleway products on the console and select the right product for your use case.
166166

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.
168168
</Message>

serverless/containers/concepts.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ The Serverless infrastructure manages incoming request traffic. In scenarios lik
9797

9898
## Logging
9999

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/).
101101

102102
## Max scale
103103

104104
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.
105105

106106
## Metrics
107107

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/).
109109

110110
## Min scale
111111

@@ -174,9 +174,9 @@ Serverless.com (Serverless Framework) is a tool that allows you to deploy server
174174

175175
## Serverless Function
176176

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.
178178

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.
180180

181181
## Serverless Job
182182

@@ -191,11 +191,11 @@ The container can then process the message and perform any required actions, suc
191191

192192
## Rolling update
193193

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.
195195
Here is how it works:
196196

197197
* 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.
199199
* The old version is decommissioned once the new version is fully serving traffic.
200200

201201
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

Comments
 (0)