mitogen/ansible_mitogen
David Wilson 08538d327b ansible: don't write failed job result after async timeout.
The failed job result is likely to be "interrupted system call", and we
don't want that to overwrite the SIGALRM handler's "the task timed out",
so just discard it.
2018-06-10 15:27:06 +01:00
..
plugins ansible: add dummy init.pys so setup.py find_packages() DTRT. 2018-05-15 21:29:00 +01:00
__init__.py
connection.py ansible: flake8 fixes. 2018-06-10 01:22:46 +01:00
logging.py master: annotate LogForwarder messages. 2018-04-27 03:11:06 +01:00
mixins.py ansible: implment async job time limit. 2018-06-10 02:28:49 +01:00
module_finder.py ansible: flake8 fixes. 2018-06-10 01:22:46 +01:00
planner.py ansible: don't write failed job result after async timeout. 2018-06-10 15:27:06 +01:00
process.py issue #257: split pool shutdown and join. 2018-06-10 04:34:44 +01:00
runner.py ansible: don't randomly fail due to temp directory cleanup. 2018-06-10 15:25:11 +01:00
services.py issue #186: rework async/forked tasks again. 2018-06-09 22:11:26 +01:00
strategy.py ansible: flake8 fixes. 2018-06-10 01:22:46 +01:00
target.py ansible: don't write failed job result after async timeout. 2018-06-10 15:27:06 +01:00