mistral/releasenotes/notes/close-stuck-running-action-executions-b67deda65d117cee.yaml
Kupai József ce18c0bf67 A mechanism to close stuck running action executions
If an executor dies while running an action execution, then the
execution will remain in RUNNING state (because the dead executor
can't signal the error).

Implements blueprint: action-execution-reporting

Change-Id: I51b4db6aa321d0e53bbb85a74f8ebaea0376d22e
2018-06-12 14:15:15 +00:00

6 lines
225 B
YAML

---
features:
- >
[`blueprint action-execution-reporting <https://blueprints.launchpad.net/mistral/+spec/action-execution-reporting>`_]
Introduced a mechanism to close action executions that stuck in RUNNING state.