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

When cleaner will move unacked queue to ready queue? #119

Closed
huanghantao opened this issue May 11, 2022 · 2 comments
Closed

When cleaner will move unacked queue to ready queue? #119

huanghantao opened this issue May 11, 2022 · 2 comments

Comments

@huanghantao
Copy link

huanghantao commented May 11, 2022

If my consumer is handling the delivery, and it will take a long time, is the cleanner going to move the delivery from the unacked queue to the ready queue?

@wellle
Copy link
Member

wellle commented Jun 2, 2022

No, the cleaner will not move any unacked deliveries as long as the consumer is still alive. Each consumer has its own heartbeat and the checker always checks the heartbeat and only cleans unacked deliveries of dead consumers.

@huanghantao
Copy link
Author

I understand, thank you!

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

No branches or pull requests

2 participants