Skip to content

Commit 8270ff5

Browse files
committed
chore(gen): update
1 parent 66a0ab0 commit 8270ff5

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

faq/serverless-jobs.mdx

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Serverless Jobs
77
hero: assets/serverless-jobs.webp
88
dates:
9-
validation: 2024-03-25
9+
validation: 2024-10-03
1010
category: serverless
1111
---
1212

@@ -84,19 +84,12 @@ Serverless Jobs are integrated with [Cockpit](/observability/cockpit/quickstart/
8484

8585
## Can I cancel or modify a Serverless Job after it has started?
8686

87-
An ongoing Serverless Job can be interrupted during its execution from the **Job runs** section of a job's **Overview** tab.
87+
An ongoing Serverless Job can be interrupted during its execution from the **Job runs** section of a job's **Overview** tab. Refer to the [dedicated docmentation](/serverless/jobs/how-to/stop-job/) for more information.
8888

8989
## How can I automate the deployment and management of Scaleway Serverless Jobs?
9090

9191
Scaleway Serverless Jobs is part of the Scaleway ecosystem, it can therefore be driven using the [Scaleway CLI](/developer-tools/scaleway-cli/quickstart/), the [Scaleway API](https://www.scaleway.com/en/developers/api/), and other [developer tools](https://www.scaleway.com/en/developers/). Our serverless ecosystem offers a lot of possibilities with event-driven architectures, and integrations with more products of the Scaleway ecosystem are under active development.
9292

93-
## Do Serverless Jobs offer parallelization?
94-
95-
Not yet. Scaleway Serverless Jobs will soon offer parallelization via a `parallelism` parameter for each job. This will automatically launch a given number of replicas of the Job container in parallel.
96-
97-
## How can I configure access to a Private Network?
98-
99-
Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development.
100-
101-
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.
93+
## Can I run multiple Serverless Jobs at the same time?
10294

95+
When starting a Job, you can use contextual options to define the number of jobs to execute at the same time. Refer to the [dedicated documentation](/serverless/jobs/how-to/run-job/#how-to-run-a-job-with-contextual-options) for more information.

faq/serverless-sql-databases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ category: serverless
1414

1515
You are billed both for the compute resources provisioned and the storage used. You can see the cost estimate in the Database creation wizard.
1616

17-
- **Compute**: You are billed based on compute resources (vCPU and RAM) provisioned to handle your workload. Provisioned resources evolve according to the [autoscaling](/serverless/sql-databases/reference-content/serverless-sql-databases-overview/#autoscaling) parameter and stay between the minimum and maximum thresholds defined for your database. For each vCPU provisioned, 4 GB of RAM will be allocated.
17+
- **Compute**: You are billed based on compute resources (vCPU and RAM) provisioned to handle your workload. Provisioned resources evolve according to the [autoscaling](/serverless/sql-databases/reference-content/serverless-sql-databases-overview/#autoscaling) parameter, and stay between the minimum and maximum thresholds defined for your database. For each vCPU provisioned, 4 GB of RAM will be allocated.
1818

1919
- **Storage**: You are billed for the storage consumed by your database. Storage price is based on the size of your database (in GB) and includes 7 days of automated backups at no additional costs. Storage is always billed even if your database is in an active state or idle state.
2020

storage/object/how-to/access-objects-via-https.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Securely access objects in Object Storage over HTTPS.
88
tags: object storage object-storage download https
99
dates:
10-
validation: 2024-03-12
10+
validation: 2024-10-04
1111
posted: 2023-09-05
1212
categories:
1313
- storage
@@ -35,5 +35,3 @@ If an object is public, you can retreive the link to access it from the [Scalewa
3535
<Message type="note">
3636
To make the link to an object permanent, [change its visibility](/storage/object/how-to/manage-object-visibility/) to **public**. The link will work as long as the object is public.
3737
</Message>
38-
39-

0 commit comments

Comments
 (0)