trio2o/tricircle/db
zhiyuan_cai ea1c28d61d Asynchronous job management(part 2)
Implement asynchronous job management to ensure jobs can be
successfully completed even if those jobs temporally fail
for some reasons. The detailed design can be found in section
9 in design document.

This patch focuses on enabling workers to rerun failed job.
Workers started with configuration option 'periodic_enable'
set to 'True' are responsible to this work.

Purging old job records will be covered in later patches.

Change-Id: I2631a98af67e663f929f293bdfb7e7779fe8018e
2016-04-11 10:42:17 +08:00
..
migrate_repo Asynchronous job management(part 1) 2016-03-31 10:08:38 +08:00
__init__.py cascade_service: DB infrastructure 2015-08-11 10:57:27 +00:00
api.py Asynchronous job management(part 2) 2016-04-11 10:42:17 +08:00
core.py Quota management for Nova-APIGW and Cinder-APIGW(part1) 2016-01-25 15:05:35 +08:00
migration_helpers.py cascade_service: DB infrastructure 2015-08-11 10:57:27 +00:00
models.py Asynchronous job management(part 1) 2016-03-31 10:08:38 +08:00
opts.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00