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.
2018-04-21 19:04:19 +01:00
..
plugins ansible: remove JobResultService, more compatible async jobs; closes #191. 2018-04-20 17:02:48 +01:00
__init__.py
connection.py issue #159: initial context LRU implementation 2018-04-13 13:49:16 +01:00
logging.py ansible: always display Mitogen errors and warnings. 2018-04-19 22:10:52 +01:00
mixins.py ansible: rename helpers.py to target.py, to reflect its purpose 2018-04-08 19:34:03 +01:00
planner.py ansible: tidy up log repr slightly 2018-04-21 18:19:55 +01:00
process.py ansible: remove JobResultService, more compatible async jobs; closes #191. 2018-04-20 17:02:48 +01:00
runner.py issue #195: handle non-ASCII scripts in runner.py. 2018-04-20 20:47:07 +01:00
services.py issue #202: ansible: forget all dependent contexts on Stream disconnect 2018-04-21 19:04:19 +01:00
strategy.py ansible: remove JobResultService, more compatible async jobs; closes #191. 2018-04-20 17:02:48 +01:00
target.py ansible: remove JobResultService, more compatible async jobs; closes #191. 2018-04-20 17:02:48 +01:00