Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Oct 29, 2024
1 parent 8cd90cd commit ea52245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/advanced/requeuing-after-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bref = "How to requeue a message after it fails to process"
+++

If a message fails to process (a nack is sent), it usually blocks other messages on the same topic.
If you care about the message order, there's not much you can do about it.
There's not much you can do if you care about the message order.
But if you accept that the order might change, you can requeue the failed message back to the tail of the queue.

## Requeuer
Expand Down

0 comments on commit ea52245

Please sign in to comment.