summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-3/+2
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-3/+3
* Remove 2.6 classifier + 2.6 compatibility codeJoshua Harlow2015-06-211-2/+2
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-311-7/+12
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-1/+2
* 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-291-7/+8
|\
| * Link WBE docs together better (especially around arguments)Joshua Harlow2015-01-261-7/+8
* | 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
|/
* Use explicit WBE object arguments (instead of kwargs)Joshua Harlow2015-01-221-14/+11
* Increase robustness of WBE producer/consumersJoshua Harlow2015-01-201-19/+84
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Be explicit about publish keyword argumentsJoshua Harlow2014-12-041-11/+11
* Remove attrdict and just use existing typesJoshua Harlow2014-10-181-7/+22
* Use and verify event and latch wait() return using timeoutsJoshua Harlow2014-10-181-2/+2
* Increase/adjust the logging of the WBE response/send activitiesJoshua Harlow2014-09-221-1/+1
* Make the WBE worker banner information more meaningfulJoshua Harlow2014-08-211-9/+25
* Use a common message dispatcherJoshua Harlow2014-07-251-4/+10
* Enabled hacking checks H305 and H307Christian Berendt2014-07-171-1/+1
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-5/+3
* Run worker-based engine tests fasterIvan A. Melnikov2014-03-261-1/+7
* Improve logging for proxy publishStanislav Kudriashev2014-03-201-0/+1
* Improve proxy publish methodStanislav Kudriashev2014-03-201-7/+14
* Introduce message types for WBE protocolStanislav Kudriashev2014-03-141-1/+2
* Rework proxy publish functionalityStanislav Kudriashev2014-03-121-3/+1
* Worker-based engine clean-upsStanislav Kudriashev2014-03-071-32/+11
* A few worker-engine cleanupsJoshua Harlow2014-03-061-7/+7
* Rename uuid to topicJoshua Harlow2014-02-251-3/+3
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+126