summaryrefslogtreecommitdiff
path: root/taskflow/conductors/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+1
* Retrieve the store from flowdetails as well, if it existsGreg Hill2016-01-251-3/+7
* Change name of misc.ensure_dict to misc.safe_copy_dictJoshua Harlow2015-12-141-1/+1
* Use the misc.ensure_dict helper in conductor engine options savingJoshua Harlow2015-11-181-4/+1
* Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-121-2/+29
* Notify on the individual engine stepsJoshua Harlow2015-07-081-0/+13
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-3/+3
* Ensure we register & deregister conductor listenersJoshua Harlow2015-03-131-2/+0
* add _listeners_from_job method to Conductor baseDan Krause2015-03-111-4/+22
* Allow loading conductors via entrypointsJoshua Harlow2015-02-161-4/+4
* Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-181-7/+12
* Have the dispatch_job function return a futureJoshua Harlow2014-08-211-3/+4
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-5/+7
* Increase the level of usefulness of the dispatching loggingJoshua Harlow2014-05-301-4/+5
* Avoid forcing engine_conf to a dictJoshua Harlow2014-05-301-2/+1
* Allow for two ways to find a flow detail in a job for a conductorJoshua Harlow2014-05-301-19/+44
* Adds a single threaded flow conductorDan Krause2014-05-281-0/+90