deb-mistral/mistral/engine
Winson Chan 61ec312160 Remove the transaction scope from task executions API
Since the task execution API get_all method is in a transaction block,
if there is a lot of read against the task execution API GET method , it
will lead to unnecessary DB locks that can result in deadlocks and
consequently WF execution failures.

Change-Id: I5a6b7829176178bb6e06768e9d52e94202cf4347
Closes-Bug: #1501433
2015-10-06 17:17:24 +00:00
..
__init__.py Renaming "engine1" to "engine" 2015-04-09 17:47:36 +06:00
action_handler.py Fixing error result in run-action command 2015-07-28 13:15:28 +03:00
base.py Implementing 'start_action' on engine side 2015-06-25 09:47:04 +03:00
default_engine.py Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
default_executor.py Fixing run action when error occurs 2015-09-23 15:36:24 +03:00
policies.py Remove the transaction scope from task executions API 2015-10-06 17:17:24 +00:00
rpc.py Fixing searching errors in mistral.exceptions 2015-09-22 10:21:43 +03:00
task_handler.py Fix more unit tests in py34 job 2015-10-01 15:09:40 +03:00
utils.py Fix more tests in python34 gate 2015-09-24 11:16:04 +03:00
workflow_handler.py Fixing execution-update API 2015-06-04 07:46:12 +03:00