deb-mistral/mistral/workflow
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 Initial commit for the new engine 2014-08-06 16:24:26 +07:00
base.py Raising exception if there aren't start tasks in direct workflow 2015-09-08 15:58:03 +06:00
commands.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
data_flow.py Remove the transaction scope from task executions API 2015-10-06 17:17:24 +00:00
direct_workflow.py Raising exception if there aren't start tasks in direct workflow 2015-09-08 15:58:03 +06:00
reverse_workflow.py Adding validation of workflow graph 2015-09-17 11:57:42 +00:00
states.py Renaming state DELAYED to RUNNING_DELAYED 2015-09-25 15:21:24 +06:00
utils.py Add YAQL function 'task' to extract info about task in DSL 2015-09-08 19:11:11 +06:00
with_items.py Fix more unit tests in py34 job 2015-10-01 15:09:40 +03:00