mistral/mistral/engine
Oleg Ovcharuk ea7fa0e4a6 Add started_at and finished_at to task execution.
Sometimes it is very important to know exact time of task execution, but using fields
created_at and updated_at is incorrect, because in this case duration will consist
of not only Running time.
That new fields solve this problem.

Change-Id: I15be0648a0346f5b3dc9ef4a1b330a6c0e818385
Implements: blueprint mistral-add-started-finished-at
Signed-off-by: Oleg Ovcharuk <vgvoleg@gmail.com>
2018-11-19 11:25:06 +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 Simplify workflow and join completion logic 2018-11-09 14:17:20 +07: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 Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03: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