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

Docs: Feedback for Queue #310

Open
tariktk opened this issue Aug 19, 2022 · 0 comments
Open

Docs: Feedback for Queue #310

tariktk opened this issue Aug 19, 2022 · 0 comments

Comments

@tariktk
Copy link

tariktk commented Aug 19, 2022

empty-queue-ttl: Used to purge unused or empty queues. If you define a value (time in seconds) for this element, then your queue will be destroyed if it stays empty or unused for that time.

This definition is misleading. Because when a queue is not empty it will never be deleted. If a queue is empty and empty-queue-ttl is set to 15, then 15 seconds later this queue will be removed from the cluster.
Instead of saying "empty or unused", it would be more correct to say "empty and unused"

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

1 participant