summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/server.py
Commit message (Expand)AuthorAgeFilesLines
* Use LOG.warning instead of deprecated LOG.warnTakashi Kajinami2021-11-291-2/+2
* Merge "python3.0 has deprecated LOG.warn"Jenkins2017-05-031-19/+21
|\
| * python3.0 has deprecated LOG.warnxhzhf2017-03-071-19/+21
* | Fix py35 test failureChangBo Guo(gcb)2017-05-031-1/+1
|/
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-281-5/+5
* Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-171-4/+4
* Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-121-2/+2
* Use a collections.namedtuple for the request work unitJoshua Harlow2015-03-131-15/+16
* Add + use failure json schema validationJoshua Harlow2015-03-111-29/+1
* Make the dispatcher handler be an actual typeJoshua Harlow2015-02-151-6/+6
* Remove delayed decorator and replace with nicer methodJoshua Harlow2015-02-131-20/+38
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-311-1/+2
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-18/+20
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-221-4/+8
* Use the notifier type in the task class/module directlyJoshua Harlow2014-12-131-21/+47
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-6/+7
* Increase robustness of WBE message and request processingJoshua Harlow2014-09-271-15/+43
* Adjust the WBE log levelsJoshua Harlow2014-09-271-13/+24
* Make the WBE worker banner information more meaningfulJoshua Harlow2014-08-211-0/+4
* WBE request message validationJoshua Harlow2014-07-251-1/+4
* WBE notification message validationJoshua Harlow2014-07-251-1/+4
* Use a common message dispatcherJoshua Harlow2014-07-251-40/+21
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-6/+8
* Revert "Move taskflow.utils.misc.Failure to its own module"Jeremy Stanley2014-03-311-14/+13
* Move taskflow.utils.misc.Failure to its own moduleIvan A. Melnikov2014-03-311-13/+14
* Persistence cleanup part oneJoshua Harlow2014-03-261-7/+6
* Merge "Avoid shutting down of a passed executor"Jenkins2014-03-241-1/+0
|\
| * Avoid shutting down of a passed executorJoshua Harlow2014-03-201-1/+0
* | Improve logging for proxy publishStanislav Kudriashev2014-03-201-1/+0
* | [WBE] Collect information from workersStanislav Kudriashev2014-03-181-6/+24
* | Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-9/+18
* | Rename remote task to requestStanislav Kudriashev2014-03-121-5/+6
* | Rework proxy publish functionalityStanislav Kudriashev2014-03-121-1/+1
* | Use message.requeue instead of message.rejectStanislav Kudriashev2014-03-111-7/+7
* | A few worker-engine cleanupsJoshua Harlow2014-03-061-25/+28
* | Rename uuid to topicJoshua Harlow2014-02-251-2/+2
|/
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+178