b107e397cb
* Cache tasks as they are queued instead of en masse
This also moves the task caching from the PlayIterator to the
StrategyBase class, where it makes more sense (and makes it easier
to not have to change the strategy class methods leading to an API
change).
Fixes #31673
* Cleaning up unit tests due to
|
||
---|---|---|
.. | ||
module_common | ||
__init__.py | ||
test_play_iterator.py | ||
test_playbook_executor.py | ||
test_task_executor.py | ||
test_task_queue_manager_callbacks.py | ||
test_task_result.py |