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 eeb7150f24 issue #549: increase open file limit automatically if possible
While catching every possible case where "open file limit exceeded" is
not possible, we can at least increase the soft limit to the available
hard limit without any user effort.

Do this in Ansible top-level process, even though we probably only need
it in the MuxProcess. It seems there is no reason this could hurt
5 years ago
..
compat ansible: create stub __init__.py for sdist. 6 years ago
plugins [linear2] update mitogen_get_stack for new _build_stack() return value 5 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
affinity.py ansible: pin per-CPU muxes to their corresponding CPU 5 years ago
connection.py ansible: gracefully handle failure to connect to MuxProcess 5 years ago
loaders.py Update copyright year everywhere. 6 years ago
logging.py issue #552: include process identity in log messages. 6 years ago
mixins.py issue #554: fix Ansible 2.4 compatibility 6 years ago
module_finder.py module_finder: pass raw file to compile() 5 years ago
parsing.py Update copyright year everywhere. 6 years ago
planner.py ansible: abstract worker process model. 5 years ago
process.py issue #549: increase open file limit automatically if possible 5 years ago
runner.py ansible: prevent tempfile.mkstemp() leaks. 6 years ago
services.py ansible: abstract worker process model. 5 years ago
strategy.py ansible: abstract worker process model. 5 years ago
target.py issue #575: fix exception text rendering 6 years ago
transport_config.py Add buildah transport 6 years ago