Files
awx/awx/main/tests/unit
Ryan Petrello 3cdd0a94bd simplify dynamic queue binding
we recently made a change so that instances no longer bind to
instance-group specific queues, but now instead they each bind to
a direct queue for their specific hostname
(https://github.com/ansible/tower/pull/1922)

Because of this, we shouldn't *need* to reconfigure the queue binds at
runtime anymore when group membership changes. Under our new model,
every celeryd listens on a queue named after its hostname; when the
scheduler finds a task to run, it picks an Instance in the target
Instance Group and sends the task to the queue for that Instance's
hostname.
2018-07-28 00:48:37 -04:00
..
2018-06-04 10:06:59 -04:00
2018-07-28 00:48:37 -04:00
2016-11-10 16:20:12 -05:00
2018-05-16 14:29:15 -04:00
2016-11-15 20:59:39 -05:00
2016-11-15 20:59:39 -05:00
2016-11-15 20:59:39 -05:00
2018-07-09 12:59:45 -04:00