summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/engine.py
Commit message (Expand)AuthorAgeFilesLines
* Add WBE worker expiryJoshua Harlow2016-02-141-1/+10
* Make the dispatcher handler be an actual typeJoshua Harlow2015-02-151-2/+3
* Default to using a thread-safe storage unitJoshua Harlow2015-02-051-3/+0
* Link WBE docs together better (especially around arguments)Joshua Harlow2015-01-261-3/+5
* Increase robustness of WBE producer/consumersJoshua Harlow2015-01-201-1/+4
* Allow specifying the engine 'executor' as a stringJoshua Harlow2015-01-011-12/+24
* Get the basics of a process executor workingJoshua Harlow2014-12-191-1/+3
* Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-181-17/+13
* Allow WBE request transition timeout to be dynamicJoshua Harlow2014-08-121-3/+13
* Engine _cls postfix is not correctJoshua Harlow2014-05-041-2/+2
* Allow the WBE to use a preexisting executorJoshua Harlow2014-05-041-11/+12
* Add docs for the worker based engine (WBE)Joshua Harlow2014-05-031-0/+14
* [WBE] Collect information from workersStanislav Kudriashev2014-03-181-1/+1
* Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+40