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: pages/organizations-and-projects/additional-content/organization-quotas.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
@@ -336,7 +336,7 @@ For example, if you choose to create a container with 512 MB of memory and a max
336
336
337
337
Scaleway NATS is a message broker tool based on the NATS protocol, that allows you to transfer messages between different microservices and platforms.
338
338
339
-
The following usage limits are enforced as Organization quotas when using Scaleway [NATS](/messaging/concepts/#nats):
339
+
The following usage limits are enforced as Organization quotas when using Scaleway [NATS](/nats/concepts/#nats):
340
340
341
341
**NATS**
342
342
@@ -354,8 +354,8 @@ Note that in memory stream are not supported, please create your NATS stream usi
354
354
355
355
## Queues
356
356
357
-
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/messaging/concepts/#sqs) protocol.
358
-
Limits that apply to regular queues also apply to [dead letter queues](/messaging/concepts/#dead-letter-queue).
357
+
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/queues/concepts/#sqs) protocol.
358
+
Limits that apply to regular queues also apply to [dead letter queues](/queues/concepts/#dead-letter-queue).
359
359
The following usage limits are enforced as Organization quotas when using Scaleway Queues:
360
360
361
361
@@ -371,7 +371,7 @@ The following usage limits are enforced as Organization quotas when using Scalew
371
371
372
372
## Topics and Events
373
373
374
-
Topics and Events is a product for creating managed messaging topics based on the [SNS](/messaging/concepts/#sns) protocol. The following usage limits are enforced as Organization quotas when using Scaleway Topics and Events:
374
+
Topics and Events is a product for creating managed messaging topics based on the [SNS](/topics-and-events/concepts/#sns) protocol. The following usage limits are enforced as Organization quotas when using Scaleway Topics and Events:
Copy file name to clipboardExpand all lines: pages/serverless-containers/concepts.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
@@ -141,7 +141,7 @@ Containers in the same namespace can share environment variables, secrets, and a
141
141
142
142
## NATS trigger
143
143
144
-
A NATS trigger is a mechanism that connects a container to a [NATS](/messaging/concepts/#nats) subject and invokes the container automatically whenever a message is published to the subject.
144
+
A NATS trigger is a mechanism that connects a container to a [NATS](/nats/concepts/#nats) subject and invokes the container automatically whenever a message is published to the subject.
145
145
146
146
For each message that is sent to a NATS subject, the NATS trigger reads the message and invokes the associated container with the message as the input parameter.
147
147
The container can then process the message and perform any required actions, such as updating a database or sending a notification.
@@ -162,7 +162,7 @@ Refer to the [dedicated FAQ](/serverless-containers/faq/#how-can-i-configure-acc
162
162
163
163
## Queue trigger
164
164
165
-
A queue trigger is a mechanism that connects a container to a queue created with [Scaleway Queues](/messaging/concepts/#queues), and invokes the container automatically whenever a message is added to the queue.
165
+
A queue trigger is a mechanism that connects a container to a queue created with [Scaleway Queues](/queues/concepts/#scaleway-queues), and invokes the container automatically whenever a message is added to the queue.
166
166
167
167
For each message that is sent to a queue, the trigger reads the message and invokes the associated container with the message as the input parameter.
168
168
The container can then process the message and perform any required actions, such as updating a database or sending a notification.
Copy file name to clipboardExpand all lines: pages/serverless-containers/faq.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
@@ -165,7 +165,7 @@ There are several ways to deploy containers. Refer to the [dedicated documentati
165
165
166
166
### How do I integrate my serverless solutions with other Scaleway services?
167
167
168
-
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/messaging/concepts/#queues) and [Topics and Events](/messaging/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases-for-postgresql-and-mysql/) or [Serverless databases](/serverless-sql-databases/). [Serverless Jobs](/serverless-jobs/) can pull data from [Object Storage](/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.
168
+
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/queues/concepts/#scaleway-queues) and [Topics and Events](/topics-and-events/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases-for-postgresql-and-mysql/) or [Serverless databases](/serverless-sql-databases/). [Serverless Jobs](/serverless-jobs/) can pull data from [Object Storage](/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.
169
169
170
170
### Where should I host my container images for deployment ?
Copy file name to clipboardExpand all lines: pages/serverless-containers/how-to/add-trigger-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
@@ -25,8 +25,8 @@ A trigger can be an HTTP request, a message from a queue or stream, a CRON sched
25
25
- A Scaleway account logged into the [console](https://console.scaleway.com)
26
26
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
27
27
- Deployed a container from [Scaleway Container Registry](/serverless-containers/how-to/deploy-container/) or an [external registry](/serverless-containers/how-to/deploy-container/)
28
-
-[Created credentials](/messaging/how-to/create-credentials/) for Scaleway Queues
29
-
-[Created a queue](/messaging/how-to/create-manage-queues/)
28
+
-[Created credentials](/queues/how-to/create-credentials/) for Scaleway Queues
29
+
-[Created a queue](/queues/how-to/create-manage-queues/)
30
30
31
31
<Messagetype="important">
32
32
You can create triggers on private containers, but to update the privacy of a container from **public** to **private**, you must recreate the existing **Scaleway Queues** and **Scaleway NATS** triggers after the privacy change. We are actively working to make this operation as seamless as possible.
@@ -44,7 +44,7 @@ You must have at least the `MessagingAndQueuingReadOnly` permission in the Proje
44
44
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
45
45
</Message>
46
46
47
-
[Queue triggers](/serverless-containers/concepts/#queue-trigger) allow you to automatically invoke a container using events stored in a [Scaleway queue](/messaging/concepts/#queues).
47
+
[Queue triggers](/serverless-containers/concepts/#queue-trigger) allow you to automatically invoke a container using events stored in a [Scaleway queue](/queues/concepts/#scaleway-queues).
48
48
49
49
Only queues created with the Scaleway Queues product are compatible with Serverless Containers.
50
50
@@ -72,9 +72,9 @@ You must have at least the `MessagingAndQueuingReadOnly` permission in the Proje
72
72
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
73
73
</Message>
74
74
75
-
[NATS triggers](/serverless-containers/concepts/#nats-trigger) allow you to automatically invoke a container using messages sent in a [NATS](/messaging/concepts/#nats) subject.
75
+
[NATS triggers](/serverless-containers/concepts/#nats-trigger) allow you to automatically invoke a container using messages sent in a [NATS](/nats/concepts/#nats) subject.
76
76
77
-
[Scaleway NATS subjects](/messaging/quickstart/#quickstart-for-nats) are compatible with Serverless Containers.
77
+
[Scaleway NATS subjects](/nats/quickstart/) are compatible with Serverless Containers.
78
78
79
79
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
Copy file name to clipboardExpand all lines: pages/serverless-functions/concepts.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
@@ -107,7 +107,7 @@ Functions in the same namespace can share environment variables and access token
107
107
108
108
## NATS trigger
109
109
110
-
A NATS trigger is a mechanism that connects a function to a [NATS](/messaging/concepts/#nats) subject and invokes the function automatically whenever a message is published to the subject.
110
+
A NATS trigger is a mechanism that connects a function to a [NATS](/nats/concepts/#nats) subject and invokes the function automatically whenever a message is published to the subject.
111
111
112
112
For each message that is sent to a NATS subject, the NATS trigger reads the message and invokes the associated function with the message as the input parameter.
113
113
The function can then process the message and perform any required actions, such as updating a database or sending a notification.
@@ -122,7 +122,7 @@ Refer to the [dedicated FAQ](/serverless-functions/faq/#how-can-i-configure-acce
122
122
123
123
## Queue trigger
124
124
125
-
A queue trigger is a mechanism that connects a function to a queue created with [Scaleway Queues](/messaging/concepts/#queues), and invokes the function automatically whenever a message is added to the queue.
125
+
A queue trigger is a mechanism that connects a function to a queue created with [Scaleway Queues](/queues/concepts/#scaleway-queues), and invokes the function automatically whenever a message is added to the queue.
126
126
127
127
For each message that is sent to a queue, the trigger reads the message and invokes the associated function with the message as the input parameter.
128
128
The function can then process the message and perform any required actions, such as updating a database or sending a notification.
Copy file name to clipboardExpand all lines: pages/serverless-functions/faq.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
@@ -188,7 +188,7 @@ There are [several ways to deploy Serverless Functions](/serverless-functions/re
188
188
189
189
### How do I integrate my serverless solutions with other Scaleway services?
190
190
191
-
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/messaging/concepts/#queues) and [Topics and Events](/messaging/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases-for-postgresql-and-mysql/) or [Serverless databases](/serverless-sql-databases/). [Serverless Jobs](/serverless-jobs/) can pull data from [Object Storage](/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.
191
+
Integration is straightforward. Serverless Functions and Containers can be triggered by events from [Queues](/queues/concepts/#queues) and [Topics and Events](/topics-and-events/concepts/#topics-and-events), and can easily communicate with services like [Managed Databases](/managed-databases-for-postgresql-and-mysql/) or [Serverless databases](/serverless-sql-databases/). [Serverless Jobs](/serverless-jobs/) can pull data from [Object Storage](/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.
192
192
193
193
### How do Serverless Functions namespaces and Container Registry namespaces interact?
Copy file name to clipboardExpand all lines: pages/serverless-functions/how-to/add-trigger-to-a-function.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
@@ -26,8 +26,8 @@ A trigger can be an HTTP request, a message from a queue or stream, a CRON sched
26
26
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
27
27
- Created a [functions namespace](/serverless-functions/how-to/create-manage-delete-functions-namespace/)
28
28
- Created a [function](/serverless-functions/how-to/create-a-function/)
29
-
-[Created credentials](/messaging/how-to/create-credentials/) for Scaleway Queues
30
-
-[Created a queue](/messaging/how-to/create-manage-queues/)
29
+
-[Created credentials](/queues/how-to/create-credentials/) for Scaleway Queues
30
+
-[Created a queue](/queues/how-to/create-manage-queues/)
31
31
32
32
<Messagetype="important">
33
33
You can create triggers on private functions, but to update the privacy of a function from **public** to **private**, you must recreate the existing **Queues** and **NATS** triggers after the privacy change. We are actively working to make this operation as seamless as possible.
@@ -45,7 +45,7 @@ You must have at least the `MessagingAndQueuingReadOnly` permission in the Proje
45
45
Refer to the [permissions sets documentation](/iam/reference-content/permission-sets/) for more information.
46
46
</Message>
47
47
48
-
[Queue triggers](/serverless-functions/concepts/#queue-trigger) allow you to automatically invoke a function using events stored in a [queue](/messaging/concepts/#queue).
48
+
[Queue triggers](/serverless-functions/concepts/#queue-trigger) allow you to automatically invoke a function using events stored in a [queue](/queues/concepts/#queue).
49
49
50
50
Only queues created with the Scaleway Queues product are compatible with Serverless Functions.
51
51
@@ -72,9 +72,9 @@ Refer to the [permissions sets documentation](/iam/reference-content/permission-
72
72
</Message>
73
73
74
74
75
-
[NATS triggers](/serverless-functions/concepts/#nats-trigger) allow you to automatically invoke a function using messages sent in a [NATS](/messaging/concepts/#nats) subject.
75
+
[NATS triggers](/serverless-functions/concepts/#nats-trigger) allow you to automatically invoke a function using messages sent in a [NATS](/nats/concepts/#nats) subject.
76
76
77
-
Scaleway [NATS subjects](/messaging/quickstart/#quickstart-for-nats) are compatible with Serverless Functions.
77
+
Scaleway [NATS subjects](/nats/quickstart/) are compatible with Serverless Functions.
78
78
79
79
1. Click **Functions** in the **Serverless** section of the side menu. The functions page displays.
Copy file name to clipboardExpand all lines: pages/serverless-functions/reference-content/configure-trigger-inputs.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
@@ -18,7 +18,7 @@ categories:
18
18
This feature only allows a maximum of 10 in-flight requests. Functions that are configured with more than 10 replicas will not be used at full capacity. This limitation will be removed in the future.
19
19
</Message>
20
20
21
-
Triggers get events from an input, such as a [Scaleway queue](/messaging/concepts/#queues), and forward them to a function, which will scale up according to its settings to accommodate the workload. This process uses back pressure, so that no new events are read if the function instances have not yet finished processing the previous ones.
21
+
Triggers get events from an input, such as a [Scaleway queue](/queues/concepts/#queue), and forward them to a function, which will scale up according to its settings to accommodate the workload. This process uses back pressure, so that no new events are read if the function instances have not yet finished processing the previous ones.
22
22
23
23
<Messagetype="note">
24
24
Triggers only keep a buffer of the messages that are in-flight, they do not drain all the messages of the input in advance.
0 commit comments