mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Merge pull request #43860 from eyj/jid_queue
Activate jid_queue also for SingleMinions (occurs on reconnect)
This commit is contained in:
commit
ab7ca0c3a8
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,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:
|
||||
|
|
Loading…
Add table
Reference in a new issue