-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement a DLQ for Watermill messaging (#1994)
* add dlq sql watermill * add input validation * Revert "add input validation" This reverts commit a6d48d2. * Revert "add dlq sql watermill" This reverts commit fc53ef8. * update: use "poison queue" middleware as a dlq Switching the approach here to a more automated and standardised one. * add test for retries * fix race condition: make the counter local * reduce the cyclomatic complexity * fix implicit memory aliasing in for loop
- Loading branch information
1 parent
582fa2f
commit 216c05d
Showing
2 changed files
with
81 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters