mistral/mistral/engine
Oleg Ovcharuk 87200f6aea Sending TASK_FAILED event in case of MistralException
If task was failed by unhandled exceptions, Mistral was not sending
TASK_FAILED event, which could be critical for Mistral's clients, who
use notifications mechanism to handle issues.

Change-Id: I460686c2852e3eb642506049ad5c33705697ecd8
Closes-Bug: #1803746
Signed-off-by: Oleg Ovcharuk <vgvoleg@gmail.com>
2019-02-07 19:33:10 +00:00
..
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
action_handler.py Dynamic workflow name evaluation. 2017-08-16 13:17:10 +02:00
actions.py fix typo mistakes 2019-01-07 09:22:56 +00:00
base.py A mechanism to close stuck running action executions 2018-06-12 14:15:15 +00:00
default_engine.py Simplify workflow and join completion logic 2018-11-09 14:17:20 +07:00
dispatcher.py Performance: remove unnecessary workflow execution update 2018-09-03 11:47:11 +07:00
engine_server.py Refactor action execution checker without using scheduler 2018-11-09 14:17:28 +07:00
policies.py Simplify workflow and join completion logic 2018-11-09 14:17:20 +07:00
post_tx_queue.py Simplify workflow and join completion logic 2018-11-09 14:17:20 +07:00
task_handler.py Sending TASK_FAILED event in case of MistralException 2019-02-07 19:33:10 +00:00
tasks.py Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
utils.py Create and run a workflow within a namespace 2017-08-01 13:51:05 +00:00
workflow_handler.py Add batch size for integrity checker 2018-11-09 14:17:27 +07:00
workflows.py Simplify workflow and join completion logic 2018-11-09 14:17:20 +07:00