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-03-21 09:13:08 -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
2018-02-22 09:37:14 -05:00