Skip to content

Benign Issues

Adrian Edwards edited this page Feb 11, 2026 · 1 revision

celery channel not found

[rabbitmq]     | 2026-02-11 21:18:17.541648+00:00 [info] <0.777.0> accepting AMQP connection 10.89.4.6:43908 -> 10.89.4.3:5672
[rabbitmq]     | 2026-02-11 21:18:17.553469+00:00 [info] <0.777.0> connection 10.89.4.6:43908 -> 10.89.4.3:5672: user 'augur' authenticated and granted access to vhost 'augur_vhost'
[rabbitmq]     | 2026-02-11 21:18:17.554733+00:00 [error] <0.785.0> Channel error on connection <0.777.0> (10.89.4.6:43908 -> 10.89.4.3:5672, vhost: 'augur_vhost', user: 'augur'), channel 1:
[rabbitmq]     | 2026-02-11 21:18:17.554733+00:00 [error] <0.785.0> operation queue.purge caused a channel exception not_found: no queue 'celery' in vhost 'augur_vhost'

this is logged because augur tries to clear the queues on startup but throws away exceptions. this failure is normal and should be ignored

Clone this wiki locally