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
Implements reject and requeue functionality for Consumer.
NB: Requeue is enabled by default. To disable, pass dont_requeue=True when initialising your Consumer. To enable reject, you'd need to pass reject=Trueas well as the previous value.