community.general/lib/ansible/plugins/strategy
Pavlo Shchelokovskyy aa1ec8af17 Make interprocess polling interval configurable (#16560)
As recently there was back-and-forth with this hardcoded value
(0.001 -> 0.01 -> 0.005), obviousely the optimal value for it depends on
Ansible usage scanario and is better to be configurable.

This patch adds a new config option in DEFAULT section,
`internal_poll_interval`, with default of 0.001 corresponding to the
value hardcoded in Ansible v2.1.
This config option is then used instead of hardcoded values where
needed.

Related GH issue: 14219
2016-10-06 14:30:20 -05:00
..
__init__.py Make interprocess polling interval configurable (#16560) 2016-10-06 14:30:20 -05:00
debug.py Add max_passes to the debug strategy override of _process_pending_results 2016-09-22 10:49:30 -05:00
free.py Make interprocess polling interval configurable (#16560) 2016-10-06 14:30:20 -05:00
linear.py Take ITERATING_ALWAYS into account when setting failed state in PlayIterator 2016-09-20 11:11:52 -05:00