summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/executor.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-2/+1
* Use a automaton machine for WBE request state machineJoshua Harlow2016-02-211-1/+1
* Add WBE worker expiryJoshua Harlow2016-02-141-2/+6
* Some WBE protocol/executor cleanupsJoshua Harlow2016-02-141-14/+18
* Remove need for separate notify threadJoshua Harlow2016-02-141-23/+36
* Don't bother scanning for workers if no new messages arrivedJoshua Harlow2016-02-111-7/+20
* Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-051-46/+63
* Make more of the WBE logging and '__repr__' message more usefulJoshua Harlow2015-10-091-2/+2
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
* Make the dispatcher handler be an actual typeJoshua Harlow2015-02-151-4/+3
* Use a notifier instead of a direct property assignmentJoshua Harlow2015-02-041-2/+4
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-311-37/+24
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-3/+7
* Add a thread bundle helper utility + testsJoshua Harlow2015-01-241-18/+10
* Tidy up the WBE cache (now WBE types) moduleJoshua Harlow2015-01-221-67/+23
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-221-4/+9
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Merge "Get the basics of a process executor working"Jenkins2014-12-201-12/+6
|\
| * Get the basics of a process executor workingJoshua Harlow2014-12-191-12/+6
* | Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
|/
* Base task executor should provide 'wait_for_any'Joshua Harlow2014-12-151-5/+0
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-4/+18
* Remove the base postfix from the internal task executorJoshua Harlow2014-12-121-1/+1
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Use condition variables using 'with'Joshua Harlow2014-12-081-8/+2
* Be explicit about publish keyword argumentsJoshua Harlow2014-12-041-2/+1
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-3/+3
* Adjust the WBE log levelsJoshua Harlow2014-09-271-2/+2
* Merge "Increase/adjust the logging of the WBE response/send activities"Jenkins2014-09-271-7/+20
|\
| * Increase/adjust the logging of the WBE response/send activitiesJoshua Harlow2014-09-221-7/+20
* | Merge "Switch to using oslo.utils and oslo.serialization"Jenkins2014-09-261-1/+2
|\ \ | |/ |/|
| * Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+2
* | Merge "Allow WBE request transition timeout to be dynamic"Jenkins2014-09-231-3/+6
|\ \ | |/ |/|
| * Allow WBE request transition timeout to be dynamicJoshua Harlow2014-08-121-3/+6
* | Update transitioning function name to be more understandableJoshua Harlow2014-09-051-7/+7
* | Use explicit WBE request state transitionsJoshua Harlow2014-09-041-18/+34
* | Avoid naming time type module the same as a builtinJoshua Harlow2014-08-121-1/+1
|/
* Merge "WBE response message validation"Jenkins2014-08-121-1/+4
|\
| * WBE response message validationJoshua Harlow2014-07-251-1/+4
* | Merge "WBE notification message validation"Jenkins2014-08-121-1/+5
|\ \ | |/
| * WBE notification message validationJoshua Harlow2014-07-251-1/+5
* | Improve WBE testing coverageJoshua Harlow2014-07-251-1/+35
|/
* Use a common message dispatcherJoshua Harlow2014-07-251-26/+6
* Merge "Create a top level time type"Jenkins2014-07-031-1/+2
|\
| * Create a top level time typeJoshua Harlow2014-06-201-1/+2
* | Make the expiring cache a top level cache typeJoshua Harlow2014-06-291-7/+6
|/
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-4/+2
* Move the daemon thread helper functionJoshua Harlow2014-04-101-11/+3
* Create a periodic worker helper classJoshua Harlow2014-04-101-18/+53
* Worker executor adjustmentsJoshua Harlow2014-03-311-2/+5