summaryrefslogtreecommitdiff
path: root/worker.py
Commit message (Expand)AuthorAgeFilesLines
* pull batches until no jobs are availableschneefux2017-03-141-1/+1
* sleep a bit when idlingschneefux2017-03-131-1/+1
* rewrite using notifications on one connectionschneefux2017-03-131-34/+66
* bugfix: do not commit failed jobs as finished1.0.0schneefux2017-03-101-2/+4
* sleep longer on idleschneefux2017-03-101-1/+1
* do not fail on every batchschneefux2017-03-091-1/+3
* allow non critical job failsschneefux2017-03-091-14/+21
* windup after acquiring, don't leak connectionsschneefux2017-03-061-1/+1
* fixed multiple teardownsschneefux2017-03-061-13/+13
* fixed await errorschneefux2017-03-061-1/+1
* fixed UnboundLocalErrorschneefux2017-03-061-0/+1
* support acquiring in batchesschneefux2017-03-061-37/+21
* support job batching (#12)schneefux2017-03-051-15/+43
* move worker class implementation into joblibschneefux2017-03-041-0/+56