Skip to content

Commit a930bf2

Browse files
Dina ABAKKALIJulienVdG
authored andcommitted
docs(messaging): documentation for dead letter queue limits
1 parent 80d930d commit a930bf2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

identity-and-access-management/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@ Note that in memory stream are not supported, please create your NATS stream usi
283283

284284
## Queues
285285

286-
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/serverless/messaging/concepts/#nats) protocol. The following usage limits are enforced as Organization quotas when using Scaleway NATS:
286+
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/serverless/messaging/concepts/#nats) protocol.
287+
Limits that apply to regular queues also apply to [dead letter queues](/serverless/messaging/concepts/#dead-letter-queue).
288+
The following usage limits are enforced as Organization quotas when using Scaleway Queues:
289+
287290

288291
| Resource | Criteria | Limits | Scope |
289292
|------------------------------------------------|------------|----------|------------------|

serverless/messaging/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Credentials give services and platforms access to Scaleway NATS, Queues, and Top
2727

2828
## Dead Letter Queue
2929

30-
A **D**ead **L**etter **Q**ueue (DLQ), or **undelivered-message queue**, receives and holds messages that cannot be delivered to their destination queues. This concept is not yet implemented for Scaleway Queues.
30+
A **D**ead **L**etter **Q**ueue (DLQ), or **undelivered-message queue**, receives and holds messages that cannot be delivered to their destination queues. If you designate a queue as a DLQ and its [storage quota](/identity-and-access-management/organizations-and-projects/additional-content/organization-quotas/#queues) is reached, messages won't be redriven to the DLQ until enough free space is available again. If your DLQ is at its full quota, free up space by receiving and deleting messages from any queue in your Project.
3131

3232
## Fanout
3333

serverless/messaging/reference-content/sqs-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The Scaleway Queues API (currently named the SQS API) supports the following que
270270
| QueueArn | **Y** | |
271271
| ReceiveMessageWaitTimeSeconds | **Y** | |
272272
| RedriveAllowPolicy | **N** | |
273-
| RedrivePolicy | **N** | |
273+
| RedrivePolicy | **Y** | |
274274
| SqsManagedSseEnabled | **N** | |
275275
| VisibilityTimeout | **Y** | |
276276

0 commit comments

Comments
 (0)