mistral/mistral/engine
Oleg Ovcharuk 99ebc1b5f7 Retries shouldn't execute if join task failed because of child task
Change-Id: Ideaa9938497f74335af633044cb6e98fbb1522d8
Closes-Bug: #1819418
Signed-off-by: Oleg Ovcharuk <vgvoleg@gmail.com>
2019-03-11 22:29:08 +03: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 Retries shouldn't execute if join task failed because of child task 2019-03-11 22:29:08 +03: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