mirror of
https://github.com/ansible/awx.git
synced 2026-07-12 17:04:32 -02:30
If database connectivity is lost/interrupted in this block of celery internals, beat is *not* smart enough to recover, and it gets stuck in an endless fail loop. We don't _need_ to talk to the database here anyways; just use settings.CLUSTER_HOST_ID to get what we need. see: https://github.com/ansible/tower/issues/2957