summaryrefslogtreecommitdiff
path: root/taskflow/conductors/backends/impl_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+1
* 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-101-20/+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
* 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
* | Avoid recreating notify details for each dispatch iterationJoshua Harlow2015-12-141-10/+7
* | Adding notification points for job completionMin Pae2015-11-161-0/+24
|/
* Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-121-0/+333