| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (wip) use rabbitmqdevelop2.0.0 | schneefux | 2017-03-27 | 3 | -412/+62 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/vainglorygame/joblib into developHEADmaster1.2.0 | schneefux | 2017-03-14 | 1 | -1/+1 |
| |\ | |||||
| | * | pull batches until no jobs are available | schneefux | 2017-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | acquire: return id not record | schneefux | 2017-03-14 | 1 | -1/+1 |
| |/ | |||||
| * | sleep a bit when idling | schneefux | 2017-03-13 | 1 | -1/+1 |
| | | |||||
| * | do not fail if index already exists | schneefux | 2017-03-13 | 1 | -1/+4 |
| | | |||||
| * | rewrite using notifications on one connection | schneefux | 2017-03-13 | 2 | -176/+217 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/vainglorygame/joblib into develop | schneefux | 2017-03-13 | 1 | -0/+3 |
| |\ | |||||
| | * | create an index on priority, id | schneefux | 2017-03-12 | 1 | -0/+3 |
| | | | |||||
| * | | bugfix: do not commit failed jobs as finished1.0.0 | schneefux | 2017-03-10 | 1 | -2/+4 |
| |/ | |||||
| * | wrap everything into transactions | schneefux | 2017-03-10 | 1 | -15/+20 |
| | | |||||
| * | cache job finish statement | schneefux | 2017-03-10 | 1 | -5/+6 |
| | | |||||
| * | create index on id | schneefux | 2017-03-10 | 1 | -1/+1 |
| | | |||||
| * | bugfix: prepared statements don't have .execute() | schneefux | 2017-03-10 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/vainglorygame/joblib into develop | schneefux | 2017-03-10 | 1 | -22/+28 |
| |\ | |||||
| | * | use logging, not print | schneefux | 2017-03-10 | 1 | -1/+1 |
| | | | |||||
| | * | cache statements | schneefux | 2017-03-10 | 1 | -21/+27 |
| | | | |||||
| * | | sleep longer on idle | schneefux | 2017-03-10 | 1 | -1/+1 |
| |/ | |||||
| * | do not fail on every batch | schneefux | 2017-03-09 | 1 | -1/+3 |
| | | |||||
| * | allow non critical job fails | schneefux | 2017-03-09 | 1 | -14/+21 |
| | | |||||
| * | init pool with only 1 db conn | schneefux | 2017-03-08 | 1 | -1/+2 |
| | | |||||
| * | batch request: forgot to pass priority instead of priorities | schneefux | 2017-03-08 | 1 | -2/+2 |
| | | |||||
| * | order by priority and id | schneefux | 2017-03-08 | 1 | -1/+1 |
| | | |||||
| * | allow batched priorities | schneefux | 2017-03-08 | 1 | -1/+5 |
| | | |||||
| * | fix: nevermind. DESC -> ASC | schneefux | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | fix: lower value = higher priority | schneefux | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | windup after acquiring, don't leak connections | schneefux | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | fixed multiple teardowns | schneefux | 2017-03-06 | 1 | -13/+13 |
| | | |||||
| * | fixed await error | schneefux | 2017-03-06 | 1 | -1/+1 |
| | | |||||
| * | fixed UnboundLocalError | schneefux | 2017-03-06 | 1 | -0/+1 |
| | | |||||
| * | support acquiring in batches | schneefux | 2017-03-06 | 3 | -53/+60 |
| | | |||||
| * | improve acquire query performance | schneefux | 2017-03-05 | 1 | -0/+1 |
| | | |||||
| * | support job batching (#12) | schneefux | 2017-03-05 | 3 | -44/+109 |
| | | | | | | | * support job batching * worker: pull more frequently | ||||
| * | wait for db to start up0.4.0 | schneefux | 2017-03-04 | 1 | -1/+14 |
| | | |||||
| * | move worker class implementation into joblib | schneefux | 2017-03-04 | 1 | -0/+56 |
| | | |||||
| * | add status() | schneefux | 2017-03-04 | 2 | -2/+23 |
| | | |||||
| * | Merge branch 'fail' | schneefux | 2017-03-01 | 0 | -0/+0 |
| |\ | |||||
| | * | add job fails | schneefux | 2017-02-26 | 2 | -0/+29 |
| | | | |||||
| * | | add job fails (#4) | schneefux | 2017-02-26 | 2 | -0/+29 |
| |/ | |||||
| * | Merge branch 'master' of https://github.com/vainglorygame/joblib | schneefux | 2017-02-26 | 2 | -10/+15 |
| |\ | |||||
| | * | fix incorrect number of Nones in empty acquire | schneefux | 2017-02-26 | 1 | -1/+1 |
| | | | |||||
| | * | add requirements.txt | schneefux | 2017-02-26 | 1 | -0/+8 |
| | | | |||||
| | * | acquire: return priority | schneefux | 2017-02-26 | 2 | -8/+13 |
| | | | |||||
| | * | fixed priority being in wrong order | schneefux | 2017-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | add simple cli tool to send requests | schneefux | 2017-02-25 | 1 | -0/+71 |
| | | | |||||
| * | | add dependencies | schneefux | 2017-02-25 | 1 | -0/+8 |
| |/ | |||||
| * | first implementation, fixes #1 | schneefux | 2017-02-25 | 3 | -0/+252 |
