mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Revert "Flush the queued items in linear periodically"
This reverts commit d3418fd658.
This commit is contained in:
@@ -181,7 +181,7 @@ class StrategyBase:
|
||||
return False
|
||||
|
||||
passes = 1
|
||||
while not self._tqm._terminated and passes < 3 and self._pending_results > 0:
|
||||
while not self._tqm._terminated and passes < 3:
|
||||
try:
|
||||
task_result = self._final_q.get(timeout=timeout)
|
||||
original_host = get_original_host(task_result._host)
|
||||
|
||||
Reference in New Issue
Block a user