Files
awx/awx
chris meyers 9f745dd3b8 control celery routes using celery router
* Each time a route is needed (i.e. when a task is sumitted to celery).
The router will be queried. This is ideal. With the previous method we
had to consider how a change in the routes would propogate to all celery
workers and nodes.

* fully describe the default awx queue
* Our dynamic queue registration would correct awx_private_queue.
However, we don't want celery to even create an "invalid"/extra
queue-exchange-route. This change makes sure we don't create extranious
things in rabbitmq.

* reduce the cluster queue registration output. Only output when the
queue registration list changes.
2018-05-02 12:57:36 -04:00
..
2018-05-01 16:57:17 -04:00
2017-12-11 09:42:06 -05:00
2018-04-25 15:04:46 -04:00
2018-02-22 15:18:12 -05:00
2018-02-22 09:37:14 -05:00
2016-10-14 09:46:41 -04:00
2018-02-22 09:37:14 -05:00
2015-06-11 16:10:23 -04:00