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: console/account/how-to/recover-a-lost-password.mdx
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ content:
7
7
paragraph: Recover a lost password for your Scaleway account.
8
8
tags: account password recovery login
9
9
dates:
10
-
validation: 2024-03-27
10
+
validation: 2024-10-01
11
11
posted: 2021-06-11
12
12
categories:
13
13
- console
@@ -19,29 +19,30 @@ If you forget or lose the password to your [Scaleway account](https://console.sc
19
19
20
20
- A [Scaleway](https://www.scaleway.com/en/) account
21
21
22
-
## Passwordless authentication using a Magic Link
22
+
## Log in without a password using a magic link
23
23
24
-
The [Magic Link](/console/account/how-to/log-in-to-the-console/) allows you to access your account without a password, using multifactor authentication.
24
+
The [magic link](/console/account/how-to/log-in-to-the-console/) allows you to access your account without a password, using multifactor authentication.
25
25
26
-
Click **Send a Magic Link** on the Login page of the Scaleway console.
26
+
Click **Send magic link** on the Login page of the Scaleway console.
27
27
28
28
A secret link is sent to your email. You can access your account by clicking on the link.
29
29
30
-
## Password reset using email validation
30
+
## Reset your password using email validation
31
31
32
32
If you forget or lose your password, you can request to reset it.
33
33
34
-
1. Go to the [lost password](https://console.scaleway.com/forgot-password/) page of the console:
34
+
1. From the [Scaleway console login page](https://account.scaleway.com/), Click **Log in with password**.
35
+
1. Click **Forgot your password?**, or access the [lost password](https://console.scaleway.com/forgot-password/) page.
35
36
2. Enter your email address and click **Reset password**. A password reset link is sent to your email address.
36
37
3. Click the link in the email address to reset your password.
37
38
4. Enter your new password and click **Reset password** to set the new password for your account. You are redirected to the Login page.
38
39
5. Log in to the console with your email address and your new password.
39
40
40
-
## Password recovery in case of lost email account
41
+
## Recover your password if you lost access to your email account
41
42
42
-
If you lose access to your email account, it will not be possible to reset the password directly from the Scaleway console.
43
+
If you lose access to your email account, you will not be able to reset the password directly from the Scaleway console.
43
44
44
-
In case you can no longer access your email account, you must send us a request to update your contact information with the following pieces of identification:
45
+
If you cannot access your email account, you must send us a request to update your contact information with the following pieces of identification:
45
46
46
47
* Email address
47
48
* Postal address
@@ -53,7 +54,7 @@ In case you can no longer access your email account, you must send us a request
53
54
* Copy of your last Scaleway invoice or the amount charged if you do not have a copy
54
55
* A card or bank statement showing your Scaleway invoice debit
55
56
56
-
Once you have gathered all the required documents, the request has to be sent by email to: [[email protected]](mailto:[email protected]).
Copy file name to clipboardExpand all lines: console/account/troubleshooting/cannot-erase-account.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
meta:
3
-
title: I cannot erase my account and personal data
3
+
title: I cannot close my account and erase personal data
4
4
description: Resolve issues encountered when deleting Scaleway accounts.
5
5
content:
6
6
h1: I cannot erase my account and personal data
7
7
paragraph: Resolve issues encountered when deleting Scaleway accounts.
8
8
tags: account close delete deactivate close-account
9
9
dates:
10
-
validation: 2024-03-28
10
+
validation: 2024-10-01
11
11
posted: 2024-03-28
12
12
categories:
13
13
- console
14
14
---
15
15
16
-
## My request to erase my account and personal data has failed
16
+
## My request to close my account and erase personal data has failed
17
17
18
18
### Problem
19
19
When you click the **Send request** button, an error message appears. This message says that you still have active resources.
@@ -32,4 +32,4 @@ I received an email explaining that my request to erase my account and personal
32
32
You may have unpaid consumption, preventing us from proceeding with your request.
33
33
34
34
### Solution
35
-
You can check your consumption from your [Billing space](https://console.scaleway.com/billing). All invoices must be marked as paid, and your current consumption must be zero. Once these criteria are met, you can send another request to delete your account and personal data.
35
+
You can check your consumption from your [Billing space](https://console.scaleway.com/billing). All invoices must be marked as paid, and your current consumption must be zero. Once these criteria are met, you can send another request to delete your account and erase personal data.
Copy file name to clipboardExpand all lines: faq/serverless-functions.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
@@ -6,7 +6,7 @@ content:
6
6
h1: Serverless Functions
7
7
hero: assets/faas.webp
8
8
dates:
9
-
validation: 2024-03-25
9
+
validation: 2024-10-03
10
10
category: serverless
11
11
---
12
12
@@ -16,21 +16,21 @@ category: serverless
16
16
17
17
Serverless Functions is billed on a pay-as-you-go basis. Three components are taken into account:
18
18
19
-
***Monthly Request number:** each time your function is invoked we increase a counter.
19
+
***Monthly request number:** each time your function is invoked we increase a counter.
20
20
21
21
***Resource consumption:** this component is obtained by multiplying the memory tiers chosen by the duration of each function invocation.
22
22
23
-
***Resources provision:** in order to mitigate cold start, users can choose to keep some function Instances warm (by filing the min scale value). We then charge for the provisioned resources similarly to the Resources consumption component.
23
+
***Resources provision:** in order to mitigate cold start, users can choose to keep some function instances warm (by filing the minimum scale value). We then charge for the provisioned resources similarly to the Resources consumption component.
***Monthly requests:****€0.15 per million requests** and we offer **1M free requests** per account per month.
31
+
***Monthly requests:****€0.15 per million requests**, and we offer **1M free requests** per account per month.
32
32
33
-
***Resources consumption:****€1.20 per 100 000 GB-s** and we provide **400 000 GB-s free tiers** per account and per month.
33
+
***Resources consumption:****€1.20 per 100 000 GB-s**, and we provide **400 000 GB-s free tiers** per account and per month.
34
34
35
35
| Memory provisioned | Cost per second |
36
36
|---------------------|-----------------|
@@ -157,7 +157,7 @@ Serverless Functions use cases are wide so [several ways to deploy functions](/s
157
157
158
158
## How can I test my functions locally?
159
159
160
-
Local development is useful for debugging, profiling, testing etc... so we provide libraries to do this: [local testing doc](/serverless/functions/reference-content/local-testing/).
160
+
Scaleway provides libraries to run your functions locally, for debugging, profiling, and testing purposes. Refer to the [dedicated documentation](/serverless/functions/reference-content/local-testing/) for more information.
161
161
162
162
## Where can I find some advanced code examples for functions?
Copy file name to clipboardExpand all lines: faq/serverless-jobs.mdx
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ content:
6
6
h1: Serverless Jobs
7
7
hero: assets/serverless-jobs.webp
8
8
dates:
9
-
validation: 2024-03-25
9
+
validation: 2024-10-03
10
10
category: serverless
11
11
---
12
12
@@ -84,19 +84,18 @@ Serverless Jobs are integrated with [Cockpit](/observability/cockpit/quickstart/
84
84
85
85
## Can I cancel or modify a Serverless Job after it has started?
86
86
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.
88
88
89
89
## How can I automate the deployment and management of Scaleway Serverless Jobs?
90
90
91
91
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.
92
92
93
-
## Do Serverless Jobs offer parallelization?
93
+
## Can I run multiple Serverless Jobs at the same time?
94
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.
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.
96
96
97
97
## How can I configure access to a Private Network?
98
98
99
99
Scaleway Serverless Jobs does not currently support Scaleway VPC or Private Networks, though this feature is under development.
100
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.
102
-
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.
Copy file name to clipboardExpand all lines: faq/serverless-sql-databases.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ category: serverless
14
14
15
15
You are billed both for the compute resources provisioned and the storage used. You can see the cost estimate in the Database creation wizard.
16
16
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.
18
18
19
19
-**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.
Copy file name to clipboardExpand all lines: serverless/containers/how-to/add-a-custom-domain-to-a-container.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
@@ -7,7 +7,7 @@ content:
7
7
paragraph: Add a custom domain to Scaleway Serverless Containers.
8
8
tags: custom-domain container serverless cname record
9
9
dates:
10
-
validation: 2024-03-27
10
+
validation: 2024-10-01
11
11
posted: 2022-02-21
12
12
categories:
13
13
- serverless
@@ -23,10 +23,10 @@ Each container comes with an automatically generated domain, on which it is avai
23
23
- A running [Serverless Container](/serverless/containers/how-to/deploy-a-container-from-scaleway-container-registry/)
24
24
- Registered a domain name with the provider of your choice and have access to the domain name's DNS zone file
25
25
26
-
If you are using **Cloudflare DNS**, see the note below regarding proxying.
27
-
28
26
1. On your domain provider's platform (for example, [Scaleway's domains](/network/domains-and-dns/how-to/manage-dns-records/)), add a CNAME record pointing to your container default URL in the domain's DNS zone file.
29
27
28
+
29
+
30
30
<Messagetype="note">
31
31
- All domains are supported.
32
32
- When using a root domain:
@@ -81,15 +81,15 @@ HTTP-01 challenge failure (and by extension, a custom domain in `error` status)
81
81
| DNS record is not available yet. | This can be the case if the custom domain is created immediately after the CNAME is configured on your DNS provider side. | As a rule of thumb, wait a few minutes after creating the CNAME on your DNS provider, or at least wait until the DNS record is available on main resolvers (`1.1.1.1`, `8.8.8.8`). |
82
82
| DNS cache is stale (still pointing to an old endpoint). | If the custom domain was pointing to another endpoint before adding the CNAME record to the Serverless Container, and if the TTL is greater than the maximum time of the check (3 min), it can sometimes happen that the custom domain still resolves to the old endpoint, thus making the challenge fail. | Wait until DNS entry is available and use a smaller TTL. |
83
83
| Negative DNS cache is stale | If the initial check fails (DNS record is not available yet), and the negative TTL configured on your DNS provider side is high, the negative TTL will prevent subsequent checks from querying the nameserver again, until it expires. Depending on the negative TTL configured, this can take more or less time. | Either reduce the negative TTL in your DNS provider configuration, or just wait until you are sure DNS record is available. If you already tried to add the custom domain and faced this issue, you likely have to wait for the negative TTL to expire before making another attempt (so the cache can also expire on our side). |
84
-
| Route `/.well-known/acme-challenge` is not handled correctly. | To perform the HTTP-01 challenge, a call will be made on `<your_custom_domain>/.well-known/acme-challenge/<token>`. If you are using a proxying/caching tool (like Cloudflare) between the custom domain and the Serverless Container endpoint, a cached version of that route can be served, making the check fails. |Don't configure caching rules for routes starting with `/.well-known/acme-challenge`. See an example below with Cloudflare. |
84
+
| Route `/.well-known/acme-challenge` is not handled correctly. | To perform the HTTP-01 challenge, a call will be made on `<your_custom_domain>/.well-known/acme-challenge/<token>`. If you are using a proxying/caching tool (like Cloudflare) between the custom domain and the Serverless Container endpoint, a cached version of that route can be served, making the check fails. |Do not configure caching rules for routes starting with `/.well-known/acme-challenge`. Refer to the example below with Cloudflare. |
85
85
86
86
Example of configuration on Cloudflare to disable caching with "Cache rules":
87
87
88
88
<Lightboxsrc="cloudflare-bypass-cache-well-known-acme-challenge.webp"size="medium"alt="Bypass cache for /.well-known/acme-challenge routes" />
89
89
90
90
## Migrating an active domain
91
91
92
-
Read this section if you are trying to migrate a domain that is already serving a live website/API/web application -- but not yet hosted on a Serverless Container -- and you are trying to migrate.
92
+
Read this section if you are trying to migrate a domain that is already serving a live website/API/web application, but not yet hosted on a Serverless Container.
@@ -20,8 +20,6 @@ Concurrency determines the number of incoming requests a single instance of a co
20
20
21
21
A higher number of instances processing requests at the same time implies a greater usage of memory and [vCPU](/serverless/containers/concepts/#vcpu), and consequently a higher cost.
22
22
23
-
24
-
25
23
## Maximum concurrent requests per instance
26
24
27
25
When [deploying a container](/serverless/containers/how-to/deploy-a-container-from-scaleway-container-registry/), Scaleway Serverless Containers allows you to edit the **Maximum concurrent requests per instance** parameter.
Copy file name to clipboardExpand all lines: serverless/functions/reference-content/local-testing.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ content:
7
7
paragraph: Learn how to test your Serverless Functions locally before deployment on Scaleway.
8
8
tags: functions serverless local testing
9
9
dates:
10
-
validation: 2024-03-27
10
+
validation: 2024-10-03
11
11
posted: 2023-03-06
12
12
categories:
13
13
- serverless
@@ -51,5 +51,5 @@ with different libraries available to your local development environment.
51
51
Performance during local testing can differ from the deployed Serverless Functions environment, and will involve [limitations](/serverless/functions/reference-content/functions-limitations/) around resource usage and quotas.
52
52
53
53
<Messagetype="note">
54
-
CPU/Memory settings do not apply when testing functions locally.
54
+
CPU/memory settings do not apply when testing functions locally.
0 commit comments