You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The consumer would be block more than consume timeout time, because that the clean expired messages schedule task's interval was set as consumeTimeout.
When consumeTimeout was set to 15 minutes, the consuming thread may be block 15~30 minutes actually.
Describe the Solution You'd Like
Make the cleaning expired message schedule interval configurable.
Describe Alternatives You've Considered
None.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is Your Feature Request Related to a Problem?
The consumer would be block more than consume timeout time, because that the clean expired messages schedule task's interval was set as consumeTimeout.
When consumeTimeout was set to 15 minutes, the consuming thread may be block 15~30 minutes actually.
Describe the Solution You'd Like
Make the cleaning expired message schedule interval configurable.
Describe Alternatives You've Considered
None.
Additional Context
No response
The text was updated successfully, but these errors were encountered: