Files
barbican/barbican/tasks/common.py
jfwood a433db2da6 Allow business logic and plugins to retry tasks
Add a new common.py module to the barbican/tasks application to define
a concept for retry tasks that is common between the the
barbican.queue.server.py logic (that executes RPC Task methods from the
queue) and the lower level business logic and plugin eventually invoked
by these top-level RPC Task methods. A follow on CR will begin to
populate the retry database table with task retry entries, for the
retry scheduler period process to schedule later.

Change-Id: I2214b2ead65ea78b3baf6cb2463711d2dec22493
Implements: blueprint add-worker-retry-update-support
2015-03-30 11:29:10 -05:00

3.0 KiB