Skip to content

Fallback for get_queue_stats() when using memory:// broker.

When running tests, RabbitMQ is not used, so get_queue_stats() does not work.

We did not notice this issue before because pytest skipped importing modules that define tasks with a queue, so this function was never actually called while running tests.


Migrated from D763 (view on Phabricator)

Merge request reports