mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #21828 from basepi/append_21818
[2014.7] Append #21818
This commit is contained in:
commit
5292f5d68d
@ -2073,7 +2073,7 @@ class Syndic(Minion):
|
||||
jdict['__fun__'] = event['data'].get('fun')
|
||||
jdict['__jid__'] = event['data']['jid']
|
||||
jdict['__load__'] = {}
|
||||
fstr = '{0}.get_jid'.format(self.opts['master_job_cache'])
|
||||
fstr = '{0}.get_load'.format(self.opts['master_job_cache'])
|
||||
# Only need to forward each load once. Don't hit the disk
|
||||
# for every minion return!
|
||||
if event['data']['jid'] not in self.jid_forward_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user