mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Moving result reading to a background thread
This commit is contained in:
parent
dfb1c0647e
commit
5a57c66e3c
7 changed files with 382 additions and 246 deletions
|
@ -285,6 +285,7 @@ class TaskQueueManager:
|
|||
for host_name in iterator.get_failed_hosts():
|
||||
self._failed_hosts[host_name] = True
|
||||
|
||||
strategy.cleanup()
|
||||
self._cleanup_processes()
|
||||
return play_return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue