What Happens/symptoms:
- a task begins running in augur
- something happens
- rabbitmq logs show the following error (could also be logged as a warning):
2025-10-14 15:37:05.560429+00:00 [error] <0.1187.0> Error on AMQP connection <0.1187.0> (172.18.0.5:48982 -> 172.18.0.3:5672, vhost: 'augur_vhost', user: 'augur', state: running), channel 0:
2025-10-14 15:37:05.560429+00:00 [error] <0.1187.0> operation none caused a connection exception connection_forced: "broker forced connection closure with reason 'shutdown'"
- the task remains in a "started" state in flower forever. counting flower tasks shows processed = failed + succeeded - 1
- according to Augur's DB the task is still running (i.e.
SELECT cs.* FROM augur_operations.collection_status AS cs WHERE (core_status <> 'Success') or (secondary_status <> 'Success') or (facade_status <> 'Success') shows atask "collecting"
This seems to affect facade
So far all instances of this have been on rabbitmq 3.12.14 since the fix for #3255 hasnt fully shipped yet
What Happens/symptoms:
SELECT cs.* FROM augur_operations.collection_status AS cs WHERE (core_status <> 'Success') or (secondary_status <> 'Success') or (facade_status <> 'Success')shows atask "collecting"This seems to affect facade
So far all instances of this have been on rabbitmq 3.12.14 since the fix for #3255 hasnt fully shipped yet