minvws / nl-kat-coordination

Repo nl-kat-coordination for minvws
European Union Public License 1.2
123 stars 55 forks source link

Events get published to RabbitMQ queues that are never read #1201

Open praseodym opened 1 year ago

praseodym commented 1 year ago

On the testserver we observe that events are published to queues with a uuid name, but these events are never read: Screenshot 2023-06-16 at 10-30-08 RabbitMQ Management

The messages look like this: Screenshot 2023-06-16 at 10-29-22 RabbitMQ Management

We've observed similar queues with thousands of events before the testserver was restarted. I'm currently not sure where these events get created.

praseodym commented 1 year ago

We think that these queues might be created by Celery because use the RabbitMQ result backend. The result is only used by robot tests, not in production.