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 incorrect queue name suffix with Celery 4
The queue suffix is dependent on celery version. Celery 4 uses ".dq2"
so we need to handle that case when we recreate the queue name as
part of the detail view.
(cherry picked from commit da663ad)