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 dc4433ace6 issue #202: ansible: forget all dependent contexts on Stream disconnect
This is a partial fix, there are still at least 2 cases needing covered:

- In-progress connections must have CallError or similar sent to any
  waiters
- Once connection delegation exists, it is possible for other worker
  processes to be active (and in any step in the process), trying to
  communicate with a context that we know can no longer be communicated
  with. The solution to that isn't clear yet.

Additionally ensure root has /bin/bash shell in both Docker images.
7 years ago
..
plugins ansible: remove JobResultService, more compatible async jobs; closes #191. 7 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py issue #159: initial context LRU implementation 7 years ago
logging.py ansible: always display Mitogen errors and warnings. 7 years ago
mixins.py ansible: rename helpers.py to target.py, to reflect its purpose 7 years ago
planner.py ansible: tidy up log repr slightly 7 years ago
process.py ansible: remove JobResultService, more compatible async jobs; closes #191. 7 years ago
runner.py issue #195: handle non-ASCII scripts in runner.py. 7 years ago
services.py issue #202: ansible: forget all dependent contexts on Stream disconnect 7 years ago
strategy.py ansible: remove JobResultService, more compatible async jobs; closes #191. 7 years ago
target.py ansible: remove JobResultService, more compatible async jobs; closes #191. 7 years ago