-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Exponential backoff problem #1
Comments
One of solutions:
|
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RMQ docs say that only a message from queue HEAD is expired via TTL, so if you have a 1024 seconds TTL message on top of retry queue, all your 100500 1-second TTL messages will still wait 1024 seconds to expire and re-queue to initial queue.
That makes exponential backoff settings almost useless.
The text was updated successfully, but these errors were encountered: