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.
2019-08-17 03:19:32 +01:00
..
compat ansible: create stub __init__.py for sdist. 2019-02-14 01:28:14 +00:00
plugins issue #615: extricate slurp brainwrong from mitogen_fetch 2019-08-17 02:20:09 +01:00
__init__.py ansible: restructure to avoid intermediate imports 2018-03-19 21:58:29 +05:45
affinity.py issue #605: ansible: share a sem_t instead of a pthread_mutex_t 2019-08-10 23:40:36 +00:00
connection.py issue #615: fetch_file() might be called with AnsibleUnicode. 2019-08-17 02:23:58 +01:00
loaders.py Fix up another handful of LGTM errors. 2019-08-12 11:46:37 +01:00
logging.py issue #552: include process identity in log messages. 2019-02-25 17:25:09 +00:00
mixins.py issue #558, #582: preserve remote tmpdir if caller did not supply one 2019-08-12 15:41:17 +01:00
module_finder.py module_finder: pass raw file to compile() 2019-07-23 16:04:44 +01:00
parsing.py ansible: remove cutpasted docstring 2019-08-02 04:05:28 +01:00
planner.py ansible: abstract worker process model. 2019-07-29 13:52:30 +01:00
process.py issue #615: ensure 4GB max_message_size is configured for task workers. 2019-08-17 03:19:32 +01:00
runner.py Fix up another handful of LGTM errors. 2019-08-12 11:46:37 +01:00
services.py [linear2] merge fallout: re-enable _send_module_forwards(). 2019-08-04 20:43:14 +01:00
strategy.py issue #615: redirect 'fetch' action to 'mitogen_fetch'. 2019-08-17 02:23:46 +01:00
target.py issue #575: fix exception text rendering 2019-04-02 14:06:41 +01:00
transport_config.py Add buildah transport 2019-06-08 18:15:58 -05:00