summaryrefslogtreecommitdiff
path: root/taskflow/engines/worker_based/worker.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Refactor Atom/BaseTask/Task/Retry class hierarchyGreg Hill2016-02-181-1/+1
|/
* Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
* Just let the future executors handle the max workersJoshua Harlow2015-03-181-8/+5
* Make the worker banner template part of the worker classJoshua Harlow2015-03-031-33/+38
* Link WBE docs together better (especially around arguments)Joshua Harlow2015-01-261-3/+5
* Use explicit WBE worker object arguments (instead of kwargs)Joshua Harlow2015-01-231-8/+14
* Increase robustness of WBE producer/consumersJoshua Harlow2015-01-201-0/+2
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Use platform neutral line separator(s)Joshua Harlow2015-01-121-2/+7
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-2/+3
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Allow the worker banner to be written to an arbitrary locationJoshua Harlow2014-10-081-3/+7
* Documentation cleanups and tweaksJoshua Harlow2014-09-231-28/+10
* Make the WBE worker banner information more meaningfulJoshua Harlow2014-08-211-10/+78
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-2/+2
* Merge "Avoid shutting down of a passed executor"Jenkins2014-03-241-0/+4
|\
| * Avoid shutting down of a passed executorJoshua Harlow2014-03-201-0/+4
* | Merge "Move endpoint subclass finding to reflection util"Jenkins2014-03-131-33/+1
|\ \
| * | Move endpoint subclass finding to reflection utilJoshua Harlow2014-03-071-33/+1
* | | Worker-based engine clean-upsStanislav Kudriashev2014-03-071-2/+2
| |/ |/|
* | Fixups for threads_count usage and loggingJoshua Harlow2014-02-251-5/+14
* | Remove extraneous vim configuration commentsStanislav Kudriashev2014-02-211-2/+0
|/
* Message-oriented worker-based flow with kombuStanislav Kudriashev2014-02-191-0/+132