| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cache statements | schneefux | 2017-03-10 | 1 | -21/+27 |
| * | 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 |
| * | 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 |
