Skip to content

Raise a warning log when the queue stats are not found in rabbitmq

Vincent Sellier requested to merge vsellier/swh-scheduler:log-queue-stats into master

At least, it's a transient error because nothing created the queue.

In real environment, it can be an issue reaching the queue through the api (authentication issue, firewall, ...).

It must be visible to avoid spamming the queue with a lot of messages.

Merge request reports