Merge pull request #44055 from eyj/jid_queue

Activate jid_queue also for SingleMinions to workaround (Backport)
This commit is contained in:
Mike Place 2017-10-16 14:14:51 -06:00 committed by GitHub
commit a9700f6061

View file

@ -935,7 +935,7 @@ class Minion(MinionBase):
# Flag meaning minion has finished initialization including first connect to the master.
# True means the Minion is fully functional and ready to handle events.
self.ready = False
self.jid_queue = jid_queue
self.jid_queue = jid_queue or []
if io_loop is None:
if HAS_ZMQ: