Files
awx/awx/main
chris meyers 648d9165ff broadcast queues get a per-node stable queue name
* Using Kombu's default Broadcast() constructor requires only 1
parameter. That parameter defines the exchange name and the queue name
is randomly generated per-node.
* This caused problems if/when celery enters an infinite restart loop
because too many rabbit queues get created and rabbit OOM's
(gracefully).
* To remedy this we tell Broadcast the queue name to use, which is
derived from some constant + the node name so that the per-node queue
name is stable.
2018-05-01 13:09:10 -04:00
..
2018-04-02 12:05:16 -04:00
2018-02-22 09:37:14 -05:00
2018-04-13 15:48:06 -04:00
2018-02-16 16:06:33 +00:00