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
Fix#699 -- Gracefully handle None value from active_queues in Celery (#700)
`inspect(...).active_queues()` can return `None` when the broker is
restarting. This makes `check_active_queues()` handle a missing inspect
payload as an empty queue mapping, so it reports unavailable queues
instead of crashing with `AttributeError`.
Co-authored-by: Johannes Maron <johannes@maron.family>
0 commit comments