taskflow 5.9.0 (dalmatian)
We are chuffed to announce the release of: taskflow 5.9.0: Taskflow structured state management library. This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/taskflow Download the package from: https://pypi.org/project/taskflow Please report issues through: https://bugs.launchpad.net/taskflow/+bugs For more details, please see below. 5.9.0 ^^^^^ New Features * Added an Etcd-based backend for jobboard. This backend is similar to the Redis backend, it requires that the consumer extends the expiry of the job that is being running. Changes in taskflow 5.8.0..5.9.0 -------------------------------- fc14510a Follow-up of "Add Etcd backend for jobboard" c62d95d4 Add functional test with etcd f0fd57a8 Add Etcd backend for jobboard Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 + .zuul.yaml | 10 + .../etcd-jobboard-backend-8a9fea2238fb0f12.yaml | 6 + setup-etcd-env.sh | 31 ++ setup.cfg | 3 + taskflow/jobs/backends/impl_etcd.py | 610 +++++++++++++++++++++ test-requirements.txt | 3 + tox.ini | 3 +- 13 files changed, 1143 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index aeb3776d..743880ed 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,0 +12,3 @@ redis>=4.0.0 # MIT +# etcd3gw +etcd3gw>=2.0.0 # Apache-2.0 +
participants (1)
-
no-reply@openstack.org