Skip to content
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

Delay consumer recovery after cancel #719

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

acogoluegnes
Copy link
Collaborator

Schedule the recovery after 2 seconds. This can avoid timing issue (queue-declare passive returns the queue exists but basic-consume fails because the queue does not exist).

Schedule the recovery after 2 seconds. This can avoid timing issue
(queue-declare passive returns the queue exists but basic-consume fails
because the queue does not exist).
@acogoluegnes acogoluegnes marked this pull request as ready for review August 9, 2024 09:24
@acogoluegnes acogoluegnes added this to the 2.22.0 milestone Aug 9, 2024
@acogoluegnes acogoluegnes merged commit e225f9d into main Aug 9, 2024
2 checks passed
@acogoluegnes acogoluegnes deleted the delay-consumer-recovery-after-cancel branch August 9, 2024 09:25
github-actions bot pushed a commit that referenced this pull request Aug 9, 2024
…ancel

Delay consumer recovery after cancel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant