Go to file
Joshua Harlow d736bdbfae Add a flow flattening util
Instead of recursively executing subflows which causes
dead locks when they parent and subflows share the same
executor we can instead flatten the parent and subflows
into a single graph, composed with only tasks and run
this instead, which will not have the issue of subflows
dead locking, since after flattening there is no concept
of a subflow.

Fixes bug: 1225759

Change-Id: I79b9b194cd81e36ce75ba34a673e3e9d3e96c4cd
2013-09-20 12:41:57 +04:00
2013-09-20 12:41:57 +04:00
2013-09-18 17:56:46 +04:00
2013-09-17 13:27:27 -07:00
2013-05-07 10:49:44 -07:00
2013-07-07 21:46:32 -07:00
2013-06-27 11:00:05 -07:00
2013-07-07 21:46:32 -07:00

TaskFlow

A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.

Join us

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 4.8 MiB