summaryrefslogtreecommitdiff
path: root/taskflow/jobs
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix parsing of zookeeper jobboard backend options"Zuul2023-04-191-1/+3
|\
| * Fix parsing of zookeeper jobboard backend optionsGregory Thiemonge2023-01-121-1/+3
* | Replace abc.abstractproperty with property and abc.abstractmethodljhuang2022-08-031-6/+12
|/
* Remove sixTakashi Kajinami2022-05-183-19/+14
* Handle invalid redis entries in RedisJobBoardGregory Thiemonge2022-01-101-1/+4
* Add sentinel redis supportAnn Taraday2020-08-051-1/+14
* Update various links in docsVu Cong Tuan2018-07-172-5/+5
* Avoid log warning when closing is underway (on purpose)Joshua Harlow2017-08-011-1/+8
* do not allow redis job reclaim by same ownerRick van de Loo2017-05-131-5/+3
* python3.0 has deprecated LOG.warnxhzhf2017-03-072-13/+14
* Some classes not define __ne__() built-in functionJi-Wei2016-08-312-0/+6
* 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-302-2/+2
|/
* Merge "Add rundimentary and/or non-optimized job priorities"Jenkins2016-04-283-70/+209
|\
| * Add rundimentary and/or non-optimized job prioritiesJoshua Harlow2016-01-093-70/+209
* | Merge "Rename '_emit' -> '_try_emit' since it is best-effort (not ensured)"Jenkins2016-01-131-6/+8
|\ \ | |/ |/|
| * Rename '_emit' -> '_try_emit' since it is best-effort (not ensured)Joshua Harlow2016-01-041-6/+8
* | Merge "Add ability of job poster/job iterator to wait for jobs to complete"Jenkins2016-01-091-0/+40
|\ \
| * | Add ability of job poster/job iterator to wait for jobs to completeJoshua Harlow2015-12-161-0/+40
* | | Use shared util helper for driver name + config extractionJoshua Harlow2015-12-221-11/+1
| |/ |/|
* | 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
* Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-121-1/+6
* Register conductor information on jobboardtonytan4ever2015-10-193-0/+36
* Merge "Make currently implemented jobs use @functools.total_ordering"Jenkins2015-07-242-3/+28
|\
| * Make currently implemented jobs use @functools.total_orderingJoshua Harlow2015-07-082-3/+28
* | Merge "Unify the zookeeper/redis jobboard iterators"Jenkins2015-07-213-96/+105
|\ \
| * | Unify the zookeeper/redis jobboard iteratorsJoshua Harlow2015-07-123-96/+105
| |/
* | 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
| |/
* | Merge "Provide a deprecated alias for the now removed stop watch class"Jenkins2015-07-132-4/+3
|\ \
| * | Provide a deprecated alias for the now removed stop watch classJoshua Harlow2015-07-122-4/+3
* | | Merge "Integrate futurist (and **remove** taskflow originating code)"Jenkins2015-07-111-2/+2
|\ \ \ | |/ /
| * | Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-2/+2
| |/
* | Add more useful `__str__` to redis jobJoshua Harlow2015-07-081-0/+7
|/
* Build-out + test a redis backed jobboardJoshua Harlow2015-06-293-134/+1093
* Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-3/+3
* Remove 'pass' usage not neededJoshua Harlow2015-05-241-2/+0
* 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
* Move implementations into there own sub-sectionsJoshua Harlow2015-05-011-6/+6
* 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