summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-184-19/+14
* Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-291-2/+2
* set default python to python3Doug Hellmann2018-04-171-1/+1
* Merge "python3.0 has deprecated LOG.warn"Jenkins2017-05-033-25/+27
|\
| * python3.0 has deprecated LOG.warnxhzhf2017-03-073-25/+27
* | Fix py35 test failureChangBo Guo(gcb)2017-05-031-1/+1
|/
* Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
* Merge "Spice up WBE banner and add simple worker __main__ entrypoint"Jenkins2016-04-281-71/+49
|\
| * Spice up WBE banner and add simple worker __main__ entrypointJoshua Harlow2016-02-081-71/+49
* | Merge "Use a automaton machine for WBE request state machine"Jenkins2016-04-282-38/+90
|\ \
| * | Use a automaton machine for WBE request state machineJoshua Harlow2016-02-212-38/+90
* | | Refactor Atom/BaseTask/Task/Retry class hierarchyGreg Hill2016-02-181-1/+1
|/ /
* | Add WBE worker expiryJoshua Harlow2016-02-144-7/+58
* | Some WBE protocol/executor cleanupsJoshua Harlow2016-02-143-107/+69
* | Remove need for separate notify threadJoshua Harlow2016-02-142-46/+67
* | Don't bother scanning for workers if no new messages arrivedJoshua Harlow2016-02-112-7/+26
* | Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-053-69/+64
|/
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-282-7/+20
* Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-171-4/+4
* Make more of the WBE logging and '__repr__' message more usefulJoshua Harlow2015-10-093-14/+23
* Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-123-6/+5
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-094-8/+8
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-2/+2
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-2/+2
* Merge "Just let the future executors handle the max workers"Jenkins2015-05-121-8/+5
|\
| * Just let the future executors handle the max workersJoshua Harlow2015-03-181-8/+5
* | 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-132-17/+23
|/
* Add + use failure json schema validationJoshua Harlow2015-03-112-43/+58
* Make the worker banner template part of the worker classJoshua Harlow2015-03-031-33/+38
* Make the dispatcher handler be an actual typeJoshua Harlow2015-02-155-19/+49
* Remove delayed decorator and replace with nicer methodJoshua Harlow2015-02-131-20/+38
* Merge "Default to using a thread-safe storage unit"Jenkins2015-02-071-3/+0
|\
| * Default to using a thread-safe storage unitJoshua Harlow2015-02-051-3/+0
* | Use a notifier instead of a direct property assignmentJoshua Harlow2015-02-042-5/+11
|/
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-315-136/+168
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-294-30/+38
* Use kombu socket.timeout alias instead of socket.timeoutJoshua Harlow2015-01-291-2/+2
* Merge "Link WBE docs together better (especially around arguments)"Jenkins2015-01-293-13/+18
|\
| * Link WBE docs together better (especially around arguments)Joshua Harlow2015-01-263-13/+18
* | Merge "Stopwatch usage cleanup/tweak"Jenkins2015-01-291-8/+4
|\ \
| * | Stopwatch usage cleanup/tweakJoshua Harlow2015-01-281-8/+4
| |/
* | Merge "Emit a warning when no routing keys provided on publish()"Jenkins2015-01-291-0/+8
|\ \
| * | Emit a warning when no routing keys provided on publish()Joshua Harlow2015-01-261-0/+8
* | | Add docstring to wbe proxy to denote not for public useJoshua Harlow2015-01-281-1/+4
| |/ |/|
* | Add a thread bundle helper utility + testsJoshua Harlow2015-01-241-18/+10
* | Merge "Use explicit WBE worker object arguments (instead of kwargs)"Jenkins2015-01-241-8/+14
|\ \ | |/ |/|
| * Use explicit WBE worker object arguments (instead of kwargs)Joshua Harlow2015-01-231-8/+14