summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/dispatcher.py
Commit message (Expand)AuthorAgeFilesLines
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-3/+3
* Make the dispatcher handler be an actual typeJoshua Harlow2015-02-151-4/+33
* Abstract out the worker finding from the WBE engine0.7.0Joshua Harlow2015-01-311-11/+29
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-8/+9
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-2/+1
* Raise value errors instead of assertsJoshua Harlow2014-12-021-1/+2
* Merge "Reject WBE messages if they can't be put in an ack state"Jenkins2014-09-231-0/+3
|\
| * Reject WBE messages if they can't be put in an ack stateJoshua Harlow2014-09-021-0/+3
* | LOG which requeue filter callback failedJoshua Harlow2014-08-121-6/+10
|/
* Allow handlers to provide validation callablesJoshua Harlow2014-07-251-14/+30
* Use a common message dispatcherJoshua Harlow2014-07-251-0/+96