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

Queue should expire TTL milliseconds after last consumer left #924

Merged
merged 2 commits into from
Jan 28, 2025

Conversation

carlhoerberg
Copy link
Member

WHAT is this pull request doing?

This fixes a bug where if a queue was declared with x-expires X and a consumer disconnected after X+1 the queue was deleted immediately.

HOW can this pull request be tested?

Specs

This fixes a bug where if a queue was declared with x-expires X and a
consumer disconnected after X+1 the queue was deleted immediately.
@carlhoerberg carlhoerberg requested a review from a team as a code owner January 26, 2025 23:23
@carlhoerberg carlhoerberg merged commit 5a37697 into main Jan 28, 2025
22 of 25 checks passed
@carlhoerberg carlhoerberg deleted the queue-expires-bug branch January 28, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant