summaryrefslogtreecommitdiff
path: root/taskflow/conductors
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-183-8/+3
* Import modules, not classesSean McGinnis2020-05-011-6/+2
* set default python to python3Doug Hellmann2018-04-171-1/+1
* Remove kwarg timeout in executor conductorchenghuiyu2017-09-011-3/+1
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-102-51/+0
* Make conductor.stop stop the running engine gracefullyGreg Hill2016-05-031-2/+18
* Add periodic jobboard refreshing (incase of sync issues)Joshua Harlow2016-03-151-2/+20
* Retrieve the store from flowdetails as well, if it existsGreg Hill2016-01-251-3/+7
* Merge "Move 'convert_to_timeout' to timing type as a helper function"Jenkins2015-12-241-12/+1
|\
| * Move 'convert_to_timeout' to timing type as a helper functionJoshua Harlow2015-11-121-12/+1
* | Merge "Avoid recreating notify details for each dispatch iteration"Jenkins2015-12-161-10/+7
|\ \
| * | Avoid recreating notify details for each dispatch iterationJoshua Harlow2015-12-141-10/+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
|/ /
* | Adding notification points for job completionMin Pae2015-11-161-0/+24
|/
* Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-124-243/+448
* Register conductor information on jobboardtonytan4ever2015-10-191-0/+26
* feat: add max_dispatches arg to conductor's runSriram Madapusi Vasudevan2015-10-151-7/+27
* Found another removal_version=? that should be removal_version=2.0Joshua Harlow2015-07-141-1/+1
* Update all removal_version from being ? to being 2.0Joshua Harlow2015-07-122-2/+2
* Merge "Notify on the individual engine steps"Jenkins2015-07-082-2/+39
|\
| * Notify on the individual engine stepsJoshua Harlow2015-07-082-2/+39
* | Merge "Handle conductor ctrl-c more appropriately"Jenkins2015-07-081-0/+4
|\ \ | |/
| * Handle conductor ctrl-c more appropriatelyJoshua Harlow2015-06-181-0/+4
* | Merge "Remove 2.6 classifier + 2.6 compatibility code"Jenkins2015-06-291-2/+3
|\ \
| * | Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-2/+3
| |/
* | Merge "Use sphinx deprecated docstring markup"Jenkins2015-06-251-4/+6
|\ \ | |/ |/|
| * Use sphinx deprecated docstring markupJoshua Harlow2015-06-101-4/+6
* | Merge "Remove all 'lock_utils' now that fasteners provides equivalents"Jenkins2015-06-151-3/+3
|\ \ | |/ |/|
| * Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-3/+3
* | Remove listener stack and replace with exit stackJoshua Harlow2015-05-111-3/+8
|/
* Move to the newer debtcollector provided functionsJoshua Harlow2015-03-202-7/+7
* Ensure we register & deregister conductor listenersJoshua Harlow2015-03-132-5/+12
* add _listeners_from_job method to Conductor baseDan Krause2015-03-111-4/+22
* Merge "Use debtcollector library to replace internal utility"Jenkins2015-03-031-1/+3
|\
| * Use debtcollector library to replace internal utilityJoshua Harlow2015-02-191-1/+3
* | Stick to one space after a periodJoshua Harlow2015-02-241-2/+2
|/
* Allow loading conductors via entrypointsJoshua Harlow2015-02-164-161/+235
* Merge "catch NotFound errors when consuming or abandoning"Jenkins2015-02-151-1/+1
|\
| * catch NotFound errors when consuming or abandoningDan Krause2015-02-121-1/+1
* | Mark conductor 'stop' method deprecation kwarg with versionsJoshua Harlow2015-02-121-5/+6
|/
* Modify stop and add wait on conductor to prevent lockupsMin Pae2015-02-091-11/+24
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-2/+1
* Merge "Use and verify event and latch wait() return using timeouts"Jenkins2014-10-191-4/+3
|\
| * Use and verify event and latch wait() return using timeoutsJoshua Harlow2014-10-181-4/+3
* | Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-182-12/+17
|/
* Have the dispatch_job function return a futureJoshua Harlow2014-08-212-5/+8
* Merge "Add a pformat() failure method and use it in the conductor"Jenkins2014-08-211-5/+12
|\
| * Add a pformat() failure method and use it in the conductorJoshua Harlow2014-08-111-5/+12
* | Avoid naming time type module the same as a builtinJoshua Harlow2014-08-121-1/+1
|/