mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
instead, just have each worker connect directly to redis this has a few benefits: - it's simpler to explain and debug - back pressure on the queue keeps messages around in redis (which is observable, and survives the restart of Python processes) - it's likely notably more performant at high loads