Workflow Service for OpenStack.
Go to file
Renat Akhmerov 7c54c28c4c Set the delayed call "key" field to the right value
* The field "key" of the DelayedCall class must be set to the right
  value. It allows to significantly optimize performance of workflows
  with "join" tasks. However, it was broken during the refactoring
  in the summer of 2019. This patch fixes it.
* Added another profiler trace decorator.

Cherry-picked from 5b5576dd04

Closes-Bug: #1861988
Change-Id: I247b674d8a358795871cfa87bcdf29f4857ca2d8
2020-02-06 04:17:04 +00:00
api-ref/source Remove the invalid toctree 2018-01-31 04:16:42 +00:00
devstack When installing devstack enable the bash completion 2019-07-25 14:09:06 +03:00
doc Fix missing in workflow documents 2019-09-10 15:21:11 +07:00
etc Implement policy in code - event trigger (11) 2017-11-27 02:47:50 +00:00
mistral Set the delayed call "key" field to the right value 2020-02-06 04:17:04 +00:00
playbooks Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:44:25 +08:00
rally-jobs Reduce the concurrency in the 500 wb join Rally task 2018-10-17 09:36:29 +01:00
releasenotes Change the action error message format 2019-10-14 10:30:23 +00:00
tools Merge "Docs improvements: task timeout, global context, Docker and jinja" 2019-05-03 18:35:02 +00:00
.coveragerc Exclude .tox folder from coverage report 2016-12-19 03:33:29 +00:00
.dockerignore Update default Docker configuration and documentation 2018-06-10 19:21:18 -05:00
.gitignore Update default Docker configuration and documentation 2018-06-10 19:21:18 -05:00
.gitreview Update .gitreview for stable/train 2019-10-04 05:18:42 +00:00
.stestr.conf Switch to using stestr 2018-05-30 14:46:25 -04:00
.zuul.yaml Remove unneeded Zuul branch matcher 2019-09-13 09:30:23 +02:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:44:25 +08:00
HACKING.rst Fix the pep8 commands failed 2017-07-27 22:15:12 +08:00
LICENSE Adding license and authors file 2013-12-30 13:11:49 +07:00
README.rst Add CloudFlow info to Mistral documentation 2018-07-04 09:29:57 +03:00
bindep.txt Add bindep.txt file for binary dependencies used in unit tests 2019-06-27 14:15:29 +00:00
lower-constraints.txt Make sure minimum amqp is 2.5.2 2019-11-18 09:04:29 +00:00
requirements.txt Add the explicit dependency from kombu 2019-10-03 08:33:00 +00:00
run_tests.sh Using std.ssh without private_key_filename causes TypeError 2019-10-23 05:12:14 +00:00
setup.cfg remove mistral-tempest-plugin from setup.cfg 2019-07-21 07:52:36 +03:00
setup.py Updated from global requirements 2017-03-03 10:17:44 +00:00
test-requirements.txt moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 2019-10-09 16:11:41 +00:00

README.rst

Team and repository tags

image

Mistral

Workflow Service for OpenStack cloud. This project aims to provide a mechanism to define tasks and workflows without writing code, manage and execute them in the cloud environment.

Project Resources