Skip to content

Implications of changing the channel-tick-interval setting to something shorter than 60 seconds #14092

Discussion options

You must be logged in to vote

@victorarbuesmallada going below a minute doesn't make much sense, not just because certain parts of channel state are only evaluated once a minute but also because the delivery acknowledgement timeout feature, as the docs explain, is a server protection mechanism, not a way to manage your consumers.

If you want your consumers to report an error if processing takes more than, say, 30 seconds, you have to do it in your own code, and report relevant metrics as you see fit.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@victorarbuesmallada
Comment options

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