We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook sent to subscribers who are not able to receive them for any reasons are just lost.
Add a retry strategy, so failed webhook requests can be retried.
BullMq queue system sees to be the obvious solution, as the tool has been created to handle this kind of scenarios.
How may times/long should we retry ?
The text was updated successfully, but these errors were encountered:
wa0x6e
Successfully merging a pull request may close this issue.
Issues
Webhook sent to subscribers who are not able to receive them for any reasons are just lost.
Solution
Add a retry strategy, so failed webhook requests can be retried.
How
BullMq queue system sees to be the obvious solution, as the tool has been created to handle this kind of scenarios.
More questions before starting
Which retry strategy should we use ?
When to stop retrying ?
How may times/long should we retry ?
What happens to events that still fail, after all the retry attempts ?
The text was updated successfully, but these errors were encountered: