mistral/mistral/api
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
..
controllers Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
hooks Fixing grammar mistake 2018-02-05 08:47:20 +00:00
__init__.py Adding pecan, wsme, oslo and adjusting packages 2013-11-21 13:47:42 +07:00
access_control.py Add entry point to allow for oslo.policy CLI usage 2018-09-19 16:25:33 +00:00
app.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
service.py Fix Kombu RPC threading and use within multiprocess environment 2017-09-05 10:36:43 +00:00
wsgi.py Fix WSGI script for gunicorn 2017-05-10 21:31:42 +00:00