mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #13278 from whiteinge/salt-async-runner-reactor
Execute runner functions asynchronously via the Reactor
This commit is contained in:
commit
65bfb9a7b6
@ -673,7 +673,7 @@ class ReactWrap(object):
|
||||
'''
|
||||
if 'runner' not in self.client_cache:
|
||||
self.client_cache['runner'] = salt.runner.RunnerClient(self.opts)
|
||||
return self.client_cache['runner'].low(fun, kwargs)
|
||||
return self.client_cache['runner'].async(fun, kwargs)
|
||||
|
||||
def wheel(self, fun, **kwargs):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user