mirror of
https://github.com/ansible/awx.git
synced 2026-04-16 07:20:19 -02: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