Skip to content

Commit 1fe2b22

Browse files
RoRoJnerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 1214329 commit 1fe2b22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pages/queues/api-cli/python-node-queues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ var sqsClient = new SQSClient({
174174
The `endpoint_url` for Scaleway Queues is `https://sqs.mnq.fr-par.scaleway.com`. For the access and secret key values, use the credentials you [generated](/queues/how-to/create-credentials/) for Scaleway Queues.
175175
</Message>
176176

177-
Once connected, you can use any of the SDK's functions as long as they're [supported by Scaleway Queues](/queues/reference-content/sqs-support/). Refer to AWS's [official documentation](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SQS.html) for more information, or read on to see some examples.
177+
Once connected, you can use any of the SDK's functions as long as they are [supported by Scaleway Queues](/queues/reference-content/sqs-support/). Refer to AWS's [official documentation](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SQS.html) for more information, or read on to see some examples.
178178

179179
### Create queue (NodeJS)
180180

pages/queues/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Credentials give services and platforms access to Scaleway Queues, enabling them
2525

2626
A **D**ead-**l**etter **q**ueue (DLQ), or **undelivered-message queue**, receives and holds messages that cannot be delivered to their destination queues. A DLQ must be of the same type (FIFO or Standard), in the same Project and in the same region as the queue(s) it serves. Each DLQ also has an associated parameter: [maximum receive count](#maximum-receive-count). A single queue can serve as dead-letter queue to multiple source queues.
2727

28-
If you designate a queue as a DLQ and its [storage quota](/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.
28+
If you designate a queue as a DLQ and its [storage quota](/organizations-and-projects/additional-content/organization-quotas/#queues) is reached, messages will not be re-driven 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.
2929

3030
## FIFO
3131

pages/queues/how-to/create-manage-queues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This page shows how to create and manage your queues with [Scaleway Queues](/que
2424

2525
1. Click **Queues** in the **Serverless** section of the Scaleway console side menu.
2626

27-
2. Click **Create queue**. The Queue creation wizard displays.
27+
2. Click **Create queue**. The queue creation wizard displays.
2828

2929
<Lightbox src="scaleway-queues-create-queue.webp" alt="In the Scaleway console, the Create a Queue screen displays. The different sections of the screen are described in the steps below." />
3030

pages/queues/reference-content/queues-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All further actions such as sending messages can be done using the AWS CLI or AW
4949

5050
The following resources may be helpful:
5151

52-
- [How to create a serverless scraping architecture, with Scaleway Queues, Serverless Functions and Managed Database](/tutorials/create-serverless-scraping/)
52+
- [How to create a serverless scraping architecture, with Scaleway Queues, Serverless Functions and Managed Databases](/tutorials/create-serverless-scraping/)
5353
- [Official SQS Documentation](https://docs.aws.amazon.com/sqs/index.html)
5454
- Further information on supported API features:
5555
- [SQS](/queues/reference-content/queues-support/)

0 commit comments

Comments
 (0)