summaryrefslogtreecommitdiff
path: root/taskflow/jobs/backends/impl_zookeeper.py
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of zookeeper jobboard backend optionsGregory Thiemonge2023-01-121-1/+3
* Remove sixTakashi Kajinami2022-05-181-3/+2
* Update various links in docsVu Cong Tuan2018-07-171-2/+2
* Avoid log warning when closing is underway (on purpose)Joshua Harlow2017-08-011-1/+8
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-10/+11
* Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
* Merge "Ensure the fetching jobs does not fetch anything when in bad state"Jenkins2016-07-251-8/+66
|\
| * Ensure the fetching jobs does not fetch anything when in bad stateJoshua Harlow2016-05-311-8/+66
* | Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-1/+1
|/
* Merge "Add rundimentary and/or non-optimized job priorities"Jenkins2016-04-281-26/+56
|\
| * Add rundimentary and/or non-optimized job prioritiesJoshua Harlow2016-01-091-26/+56
* | Rename '_emit' -> '_try_emit' since it is best-effort (not ensured)Joshua Harlow2016-01-041-6/+8
|/
* Translate kazoo exceptions into job equivalents if register_entity failsJoshua Harlow2015-12-141-9/+23
* Use conductor entity class constant instead of raw stringJoshua Harlow2015-11-131-1/+2
* Register conductor information on jobboardtonytan4ever2015-10-191-0/+28
* Merge "Make currently implemented jobs use @functools.total_ordering"Jenkins2015-07-241-0/+9
|\
| * Make currently implemented jobs use @functools.total_orderingJoshua Harlow2015-07-081-0/+9
* | Merge "Unify the zookeeper/redis jobboard iterators"Jenkins2015-07-211-76/+10
|\ \
| * | Unify the zookeeper/redis jobboard iteratorsJoshua Harlow2015-07-121-76/+10
| |/
* | Merge "Update 'make_client' kazoo docs and link to them"Jenkins2015-07-171-0/+10
|\ \
| * | Update 'make_client' kazoo docs and link to themJoshua Harlow2015-07-171-0/+10
| |/
* | Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-121-2/+2
* | Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
|/
* Build-out + test a redis backed jobboardJoshua Harlow2015-06-291-126/+61
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-3/+3
* Remove validation of state on state read property access0.10.0Joshua Harlow2015-05-071-6/+1
* Make the default path a constant and tweak class docstringJoshua Harlow2015-05-061-16/+20
* Merge "Avoid attribute error by checking executor for being non-none"Jenkins2015-04-291-5/+9
|\
| * Avoid attribute error by checking executor for being non-noneJoshua Harlow2015-04-201-5/+9
* | Move zookeeper jobboard constants to class levelJoshua Harlow2015-04-271-23/+31
* | Replace more instance(s) of exception chaining with helperJoshua Harlow2015-04-201-5/+6
|/
* Merge "Add strict job state transition checking"Jenkins2015-04-181-0/+8
|\
| * Add strict job state transition checkingJoshua Harlow2015-04-161-0/+8
* | Merge "Use the ability to chain exceptions correctly"Jenkins2015-04-181-54/+77
|\ \ | |/ |/|
| * Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-54/+77
* | Turn 'check_who' into a decoratorJoshua Harlow2015-03-301-9/+16
|/
* Ensure we are really setup before being connectedJoshua Harlow2015-03-201-1/+4
* add jobboard trash methodGreg Hill2015-02-261-1/+33
* Allow turning off the version checkJoshua Harlow2015-02-161-1/+2
* Stopwatch usage cleanup/tweakJoshua Harlow2015-01-281-8/+4
* Merge "Switch to using 'oslo_serialization' vs 'oslo.serialization'"Jenkins2015-01-231-1/+1
|\
| * Switch to using 'oslo_serialization' vs 'oslo.serialization'Joshua Harlow2015-01-151-1/+1
* | Move the jobboard/job bases to a jobboard/base moduleJoshua Harlow2015-01-161-10/+36
|/
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-2/+2
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
* Avoid holding the lock while scanning for existing jobsJoshua Harlow2014-12-111-14/+16
* Avoid popping while another entity is iteratingJoshua Harlow2014-12-101-3/+11
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Use condition variables using 'with'Joshua Harlow2014-12-081-12/+3
* Merge "Refactor parts of the job lock/job condition zookeeper usage"Jenkins2014-12-061-18/+13
|\