summaryrefslogtreecommitdiff
path: root/taskflow/jobs/backends/impl_zookeeper.py
Commit message (Expand)AuthorAgeFilesLines
* Jobboard example that show jobs + workers + producersJoshua Harlow2014-09-271-3/+17
* Adjust on_job_posting to not hold the lock while investigatingJoshua Harlow2014-09-271-21/+33
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-2/+2
* Merge "Use checked_commit() around consume() and abandon()"Jenkins2014-08-301-5/+7
|\
| * Use checked_commit() around consume() and abandon()Joshua Harlow2014-07-281-5/+7
* | Merge "Use a check + create transaction when claiming a job"Jenkins2014-08-301-13/+36
|\ \ | |/
| * Use a check + create transaction when claiming a jobJoshua Harlow2014-07-281-13/+36
* | Merge "Allow a jobs posted book to be none by default"Jenkins2014-08-141-1/+1
|\ \
| * | Allow a jobs posted book to be none by defaultJoshua Harlow2014-07-141-1/+1
| |/
* | Avoid naming time type module the same as a builtinJoshua Harlow2014-08-121-2/+2
|/
* Create a top level time typeJoshua Harlow2014-06-201-3/+3
* Don't create fake LogBook when we can not fetch oneIvan A. Melnikov2014-05-151-20/+31
* Remove the _clear method and do not reset the job_watcherJoshua Harlow2014-05-091-6/+2
* Merge "Allow the watcher to re-register if the session is lost"Jenkins2014-05-081-5/+6
|\
| * Allow the watcher to re-register if the session is lostJoshua Harlow2014-05-071-5/+6
* | Merge "Add a new wait() method that waits for jobs to arrive"Jenkins2014-05-071-39/+78
|\ \
| * | Add a new wait() method that waits for jobs to arriveJoshua Harlow2014-05-061-39/+78
* | | Merge "Move from generator to iterator for iterjobs"Jenkins2014-05-071-20/+69
|\ \ \ | |/ / | | / | |/ |/|
| * Move from generator to iterator for iterjobsJoshua Harlow2014-04-301-20/+69
* | Skip loading (and failing to load) lock filesJoshua Harlow2014-04-251-3/+10
|/
* Add last_modified & created_on attributes to jobsJoshua Harlow2014-04-211-3/+59
* Allow jobboard event notificationJoshua Harlow2014-04-211-3/+27
* Use sequencing when posting jobsJoshua Harlow2014-04-211-97/+83
* Merge "Allow for only iterating over the most 'fresh' jobs"Jenkins2014-04-221-7/+27
|\
| * Allow for only iterating over the most 'fresh' jobsJoshua Harlow2014-04-071-7/+27
* | Get persistence backend via kwargs instead of confJoshua Harlow2014-04-151-2/+2
* | Allow fetching jobboard implementationsJoshua Harlow2014-04-151-2/+1
* | Fix not found being raised when iteratingJoshua Harlow2014-04-081-2/+6
|/
* Exception in worker queue threadJoshua Harlow2014-04-031-2/+2
* Adjust the exception hierachyJoshua Harlow2014-03-241-36/+34
* Merge "Adjust logging levels and usage to follow standards"Jenkins2014-03-221-9/+10
|\
| * Adjust logging levels and usage to follow standardsJoshua Harlow2014-03-141-9/+10
* | Remove extraneous vim configuration commentsIvan A. Melnikov2014-03-191-2/+0
|/
* Fix try_clean not getting the job_pathJoshua Harlow2014-02-261-2/+2
* Add zookeeper job/jobboard implJoshua Harlow2014-02-241-0/+482