You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
plugins ansible: add dummy init.pys so setup.py find_packages() DTRT. 7 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py ansible: flake8 fixes. 7 years ago
logging.py master: annotate LogForwarder messages. 7 years ago
mixins.py ansible: implment async job time limit. 7 years ago
module_finder.py ansible: flake8 fixes. 7 years ago
planner.py ansible: don't write failed job result after async timeout. 7 years ago
process.py issue #257: split pool shutdown and join. 7 years ago
runner.py ansible: don't randomly fail due to temp directory cleanup. 7 years ago
services.py issue #186: rework async/forked tasks again. 7 years ago
strategy.py ansible: flake8 fixes. 7 years ago
target.py ansible: don't write failed job result after async timeout. 7 years ago