Skip to content

Commit a2066f0

Browse files
abadinaRoRoJ
andauthored
Apply suggestions from code review
feat(mnq): apply rewording suggestions Co-authored-by: Rowena Jones <[email protected]>
1 parent 02eefcb commit a2066f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ Note that in memory stream are not supported, please create your NATS stream usi
284284
## Queues
285285

286286
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/serverless/messaging/concepts/#nats) protocol.
287-
A dead letter queue ([DLQ](/serverless/messaging/concepts/#dead-letter-queue)) is a type of queue, and all the limits that apply to regular queues also apply to DLQs.
288-
The following usage limits are enforced as Organization quotas when using Scaleway NATS:
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:
289289

290290

291291
| Resource | Criteria | Limits | Scope |

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. If you use the dead letter queue, and the storage quota is reached, messages won't be redriven to the DLQ until enough free space is available again. If you get in a situation where the quota is reached, you need to make some free space by receiving and deleting messages from any queue of your project.
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

0 commit comments

Comments
 (0)