summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/vainglorygame/joblib into developHEADmaster1.2.0schneefux2017-03-141-1/+1
|\
| * pull batches until no jobs are availableschneefux2017-03-141-1/+1
| |
* | acquire: return id not recordschneefux2017-03-141-1/+1
|/
* sleep a bit when idlingschneefux2017-03-131-1/+1
|
* do not fail if index already existsschneefux2017-03-131-1/+4
|
* rewrite using notifications on one connectionschneefux2017-03-132-176/+217
|
* Merge branch 'develop' of https://github.com/vainglorygame/joblib into developschneefux2017-03-131-0/+3
|\
| * create an index on priority, idschneefux2017-03-121-0/+3
| |
* | bugfix: do not commit failed jobs as finished1.0.0schneefux2017-03-101-2/+4
|/
* wrap everything into transactionsschneefux2017-03-101-15/+20
|
* cache job finish statementschneefux2017-03-101-5/+6
|
* create index on idschneefux2017-03-101-1/+1
|
* bugfix: prepared statements don't have .execute()schneefux2017-03-101-2/+2
|
* Merge branch 'develop' of https://github.com/vainglorygame/joblib into developschneefux2017-03-101-22/+28
|\
| * use logging, not printschneefux2017-03-101-1/+1
| |
| * cache statementsschneefux2017-03-101-21/+27
| |
* | 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
|
* init pool with only 1 db connschneefux2017-03-081-1/+2
|
* batch request: forgot to pass priority instead of prioritiesschneefux2017-03-081-2/+2
|
* order by priority and idschneefux2017-03-081-1/+1
|
* allow batched prioritiesschneefux2017-03-081-1/+5
|
* fix: nevermind. DESC -> ASCschneefux2017-03-061-1/+1
|
* fix: lower value = higher priorityschneefux2017-03-061-1/+1
|
* 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-063-53/+60
|
* improve acquire query performanceschneefux2017-03-051-0/+1
|
* support job batching (#12)schneefux2017-03-053-44/+109
| | | | | | * support job batching * worker: pull more frequently
* wait for db to start up0.4.0schneefux2017-03-041-1/+14
|
* move worker class implementation into joblibschneefux2017-03-041-0/+56
|
* add status()schneefux2017-03-042-2/+23
|
* Merge branch 'fail'schneefux2017-03-010-0/+0
|\
| * add job failsschneefux2017-02-262-0/+29
| |
* | add job fails (#4)schneefux2017-02-262-0/+29
|/
* Merge branch 'master' of https://github.com/vainglorygame/joblibschneefux2017-02-262-10/+15
|\
| * fix incorrect number of Nones in empty acquireschneefux2017-02-261-1/+1
| |
| * add requirements.txtschneefux2017-02-261-0/+8
| |
| * acquire: return priorityschneefux2017-02-262-8/+13
| |
| * fixed priority being in wrong orderschneefux2017-02-251-1/+1
| |
* | add simple cli tool to send requestsschneefux2017-02-251-0/+71
| |
* | add dependenciesschneefux2017-02-251-0/+8
|/
* first implementation, fixes #1schneefux2017-02-253-0/+252