Skip to content

[Questions] Clarification on consumer_timeout behavior and Celery channel lifecycle #13335

Closed Answered by michaelklishin
jrcastro2 asked this question in Questions
Discussion options

You must be logged in to vote

@jrcastro2 your understanding is incorrect. Channels are not closed for being idle.

The relevant doc section is called Delivery Acknowledgement Timeout.

A channel that only has consumers that use automatic acknowledgements, consumers that acknowledge messages reasonably quickly or is only used for publishing will never be closed for inactivity (unless its connection is closed).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants