mistral/mistral/db/sqlalchemy
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
..
migration Add started_at and finished_at to task execution. 2018-11-19 11:25:06 +03:00
__init__.py Added initial database setup 2013-11-29 16:13:54 +04:00
base.py Replace six.iteritems() with .items() 2016-12-16 08:24:10 -08:00
model_base.py Fixed the broken MySQL job 2018-03-16 10:51:33 +04:00
sqlite_lock.py Implementing 'acquire_lock' method and fixing workflow completion 2015-03-22 19:53:32 +06:00
types.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00