Skip to content

Commit 20d356b

Browse files
committed
chore(gen): update
1 parent 6ccec57 commit 20d356b

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

console/account/how-to/change-console-appearance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Customize the appearance of the Scaleway console.
88
tags: color-scheme change color theme dark-mode change-color
99
dates:
10-
validation: 2024-04-29
10+
validation: 2024-11-04
1111
posted: 2022-10-12
1212
categories:
1313
- console

serverless/containers/how-to/create-auth-token-from-console.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ content:
77
paragraph: How to create an auth token from the Scaleway console.
88
tags: authentication authentication-token containers auth
99
dates:
10-
validation: 2024-04-29
10+
validation: 2024-11-04
1111
posted: 2022-10-14
1212
categories:
1313
- serverless
1414
- containers
1515
---
1616

17-
This page shows you how to create and manage an authentication token from the console.
17+
This page shows you how to create and manage an authentication token from the Scaleway console.
1818

1919
<Macro id="requirements" />
2020

@@ -35,7 +35,7 @@ This page shows you how to create and manage an authentication token from the co
3535

3636
5. Click **Generate token** in the **Tokens** panel. A pop-up displays.
3737

38-
6. Enter the token description and set an expiration date for the token. Optionally, tick the box **No expiration date**, to have a token with unlimited validity. Then click **Generate token**.
38+
6. Enter the token description and set an expiration date for the token. Optionally, tick the box **No expiration date**, to have a token with unlimited validity. Then, click **Generate token**.
3939

4040
7. Copy the token from the pop-up and store it in a safe environment.
4141

@@ -81,5 +81,3 @@ Tokens will expire by default on their given expiry date. You can delete them ma
8181
This action is irreversible, and this token will not be able to access your container anymore.
8282

8383
</Message>
84-
85-

serverless/containers/reference-content/configure-trigger-inputs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: How to configure trigger inputs for Scaleway Serverless Containers.
88
tags: containers
99
dates:
10-
validation: 2024-04-23
10+
validation: 2024-11-04
1111
posted: 2023-06-09
1212
categories:
1313
- serverless
@@ -38,7 +38,7 @@ The first parameter to calculate is the **throughput**, which corresponds to the
3838
Container throughput = ( 1 / processing time ) * maximum instances
3939
```
4040

41-
For example, a container that takes 0.1 seconds to complete with a maximum of 10 replicas has a throughput of `( 1 / 0.1 ) * 10 = 100` messages per second.
41+
For example, a container that takes 0.1 second to complete with a maximum of 10 replicas has a throughput of `( 1 / 0.1 ) * 10 = 100` messages per second.
4242

4343
As long as the number of events sent to the input per second is lower than the container throughput, the events will be consumed almost immediately. However, if there is a burst of events higher than this value, they will be throttled and buffered in the input while they are consumed.
4444

serverless/functions/how-to/monitor-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Monitor the performance and usage of your Scaleway Serverless Functions.
88
tags: serverless functions logs metrics cockpit grafana activity
99
dates:
10-
validation: 2024-04-22
10+
validation: 2024-11-04
1111
posted: 2024-04-22
1212
categories:
1313
- serverless

0 commit comments

Comments
 (0)