Stephen Finucane 2a6420a3ed Add ruff
Change-Id: I2518e0cf928210acf9cfb2e5f4c19f973df64485
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-03-12 19:39:58 +00:00
2026-03-12 19:39:58 +00:00
2026-02-14 01:07:37 +09:00
2026-03-12 19:39:58 +00:00
2026-03-12 19:39:58 +00:00
2026-03-12 19:39:58 +00:00
2024-07-05 20:13:33 +09:00
2019-04-19 19:30:55 +00:00
2013-09-17 13:27:27 -07:00
2026-03-12 19:39:58 +00:00
2024-11-23 21:40:50 +09:00
2026-02-14 01:07:37 +09:00
2021-06-07 20:43:11 +00:00
2013-05-07 10:49:44 -07:00
2026-03-12 19:39:58 +00:00
2026-03-11 11:09:47 +00:00
2014-01-02 10:38:15 -08:00
2025-08-13 23:03:50 +09:00
2026-03-12 19:39:58 +00:00
2026-02-14 01:07:37 +09:00
2026-03-12 19:39:58 +00:00

TaskFlow

image

Latest Version

Downloads

A library to do [jobs, tasks, flows] in a highly available, easy to understand and declarative manner (and more!) to be used with OpenStack and other projects.

Installation

The library can be installed from PyPI:

pip install taskflow

Because this project has many optional (pluggable) parts like persistence backends and engines, we decided to split our requirements into two parts: - things that are absolutely required (you can't use the project without them) and things that are required by some optional part of this project (you can use the project without them). The latter requirements are provided by extras. If you want to use the feature in question, such as the worker-based engine that uses kombu, the sqlalchemy persistence backend or jobboards which have an implementation built using kazoo, you should add that requirement(s) to your project or environment. For examples, to install the worked-based engine:

pip install taskflow[workers]
Description
A library to complete workflows/tasks in HA manner
Readme 33 MiB
Languages
Python 99.3%
Shell 0.7%