summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/protocol.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-7/+5
* Use a automaton machine for WBE request state machineJoshua Harlow2016-02-211-37/+89
* Add WBE worker expiryJoshua Harlow2016-02-141-0/+4
* Some WBE protocol/executor cleanupsJoshua Harlow2016-02-141-59/+31
* Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-051-1/+1
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-281-2/+15
* Make more of the WBE logging and '__repr__' message more usefulJoshua Harlow2015-10-091-3/+12
* Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-121-2/+1
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-2/+2
* Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-12/+20
* Use the class name instead of the TYPE property in __str__Joshua Harlow2015-03-171-1/+2
* Just use the class name instead of TYPE constantJoshua Harlow2015-03-151-4/+7
* Use a collections.namedtuple for the request work unitJoshua Harlow2015-03-131-2/+7
* Add + use failure json schema validationJoshua Harlow2015-03-111-14/+57
* Merge "WBE documentation tweaks/adjustments"Jenkins2015-01-231-8/+21
|\
| * WBE documentation tweaks/adjustmentsJoshua Harlow2015-01-231-8/+21
* | Tidy up the WBE cache (now WBE types) moduleJoshua Harlow2015-01-221-6/+9
|/
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-16/+20
* Merge "Add and use a new simple helper logging module"Jenkins2014-12-111-1/+1
|\
| * Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* | Stop returning atoms from execute/revert methodsJoshua Harlow2014-12-061-1/+2
|/
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-5/+5
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* Update transitioning function name to be more understandableJoshua Harlow2014-09-051-2/+11
* Use explicit WBE request state transitionsJoshua Harlow2014-09-041-12/+86
* Avoid naming time type module the same as a builtinJoshua Harlow2014-08-121-2/+2
* WBE request message validationJoshua Harlow2014-07-251-2/+54
* WBE response message validationJoshua Harlow2014-07-251-1/+60
* WBE notification message validationJoshua Harlow2014-07-251-0/+45
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-2/+1
* Create a top level time typeJoshua Harlow2014-06-201-1/+2
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-4/+9
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-6/+5
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-5/+6
* Persistence cleanup part oneJoshua Harlow2014-03-261-4/+3
* Improve logging for proxy publishStanislav Kudriashev2014-03-201-1/+1
* [WBE] Collect information from workersStanislav Kudriashev2014-03-181-7/+30
* Merge "Introduce message types for WBE protocol"Jenkins2014-03-171-2/+51
|\
| * Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-2/+51
* | Update request `expired` property docstingStanislav Kudriashev2014-03-141-3/+2
|/
* Rename remote task to requestStanislav Kudriashev2014-03-121-0/+82
* Worker-based engine clean-upsStanislav Kudriashev2014-03-071-2/+2
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+47