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 67759371f9 issue #615: ensure 4GB max_message_size is configured for task workers.
This 4GB limit was already set for MuxProcess and inherited by all
descendents including the context running on the target host, but it was
not applied to the WorkerProcess router.

That explains why the error from the ticket is being raised by the
router within the WorkerProcess rather than the router on the original
target.
5 years ago
..
compat ansible: create stub __init__.py for sdist. 6 years ago
plugins issue #615: extricate slurp brainwrong from mitogen_fetch 5 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
affinity.py issue #605: ansible: share a sem_t instead of a pthread_mutex_t 5 years ago
connection.py issue #615: fetch_file() might be called with AnsibleUnicode. 5 years ago
loaders.py Fix up another handful of LGTM errors. 5 years ago
logging.py issue #552: include process identity in log messages. 6 years ago
mixins.py issue #558, #582: preserve remote tmpdir if caller did not supply one 5 years ago
module_finder.py module_finder: pass raw file to compile() 5 years ago
parsing.py ansible: remove cutpasted docstring 5 years ago
planner.py ansible: abstract worker process model. 5 years ago
process.py issue #615: ensure 4GB max_message_size is configured for task workers. 5 years ago
runner.py Fix up another handful of LGTM errors. 5 years ago
services.py [linear2] merge fallout: re-enable _send_module_forwards(). 5 years ago
strategy.py issue #615: redirect 'fetch' action to 'mitogen_fetch'. 5 years ago
target.py issue #575: fix exception text rendering 6 years ago
transport_config.py Add buildah transport 6 years ago