summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine/executor.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+1
* remove unused LOGji-xuepeng2016-07-101-3/+0
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-406/+5
* Allow for specifying green threaded to parallel engineJoshua Harlow2016-05-031-0/+18
* Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-171-14/+14
* Merge "Convert executor proxied engine options into their correct type"Jenkins2015-11-241-4/+19
|\
| * Convert executor proxied engine options into their correct typeJoshua Harlow2015-11-181-4/+19
* | Relabel internal engine 'event' -> 'outcome'Joshua Harlow2015-10-051-1/+1
|/
* Create and use a serial retry executorJoshua Harlow2015-07-211-5/+43
* Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-121-3/+2
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-4/+4
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-1/+2
* Remove a couple more useless 'pass' keywords foundJoshua Harlow2015-05-291-2/+0
* Just let the future executors handle the max workersJoshua Harlow2015-03-181-5/+2
* Stopwatch usage cleanup/tweakJoshua Harlow2015-01-281-7/+8
* Merge "Have the serial task executor shutdown/restart its executor"Jenkins2015-01-211-0/+6
|\
| * Have the serial task executor shutdown/restart its executorJoshua Harlow2015-01-161-0/+6
* | Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-4/+4
|/
* Merge "Create and use a multiprocessing sync manager subclass"Jenkins2015-01-131-8/+15
|\
| * Create and use a multiprocessing sync manager subclassJoshua Harlow2015-01-121-8/+15
* | Merge "Include docstrings for parallel engine types/strings supported"Jenkins2015-01-131-0/+2
|\ \ | |/ |/|
| * Include docstrings for parallel engine types/strings supportedJoshua Harlow2015-01-101-0/+2
* | Use a single senderJoshua Harlow2015-01-121-2/+4
|/
* Merge "Allow specifying the engine 'executor' as a string"Jenkins2015-01-051-0/+4
|\
| * Allow specifying the engine 'executor' as a stringJoshua Harlow2015-01-011-0/+4
* | Disallowing starting the executor when worker runningJoshua Harlow2014-12-311-6/+8
|/
* Merge "Use a single shared queue for an executors lifecycle"Jenkins2015-01-011-158/+186
|\
| * Use a single shared queue for an executors lifecycleJoshua Harlow2014-12-311-158/+186
* | Merge "Register with 'ANY' in the cloned process"Jenkins2014-12-311-4/+0
|\ \ | |/ |/|
| * Register with 'ANY' in the cloned processJoshua Harlow2014-12-251-4/+0
* | Ensure manager started/shutdown/joined and resetJoshua Harlow2014-12-211-6/+23
|/
* Get event/notification sending working correctlyJoshua Harlow2014-12-201-10/+322
* Get the basics of a process executor workingJoshua Harlow2014-12-191-14/+52
* Base task executor should provide 'wait_for_any'Joshua Harlow2014-12-151-7/+1
* Replace autobind with a notifier module helper functionJoshua Harlow2014-12-141-18/+7
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-17/+37
* Remove the base postfix from the internal task executorJoshua Harlow2014-12-121-4/+4
* Stop returning atoms from execute/revert methodsJoshua Harlow2014-12-061-11/+18
* Rework pieces of the task callback capabilityJoshua Harlow2014-12-061-2/+2
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-3/+3
* Add a futures type that can unify our future functionalityJoshua Harlow2014-10-181-8/+9
* Use constants for revert automatically provided kwargsJoshua Harlow2014-10-171-2/+3
* Allow worker count to be specified when no executor providedJoshua Harlow2014-08-171-7/+11
* add pre/post execute/retry callbacks to tasksGreg Hill2014-08-061-0/+6
* Use futures wait() when possibleJoshua Harlow2014-05-141-1/+1
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-3/+3
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-3/+3
* Merge "Message-oriented worker-based flow with kombu"Jenkins2014-02-201-6/+6
|\
| * Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-6/+6
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/