Skip to content

Commit

Permalink
Link
Browse files Browse the repository at this point in the history
  • Loading branch information
manhtai committed Jun 16, 2023
1 parent 04fe02e commit 1013ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/sqs-simple-fair-queuing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ we only need a 2-queues system to solve the fairness problem:
a user basis
- One regular queue, which handles all the messages sequentially

Fortunately, AWS SQS comes with the dead-letter queues feature that fits
Fortunately, AWS SQS comes with the [dead-letter][1] queues feature that fits
nicely in our use case. Let's create 2 queues, one dead-letter queue as the
regular queue, and another queue as the priority queue, with a redrive policy
that set max receive to 1 and dead-letter queue to the regular.
Expand Down

0 comments on commit 1013ad8

Please sign in to comment.