summaryrefslogtreecommitdiff
path: root/joblib.py
Commit message (Expand)AuthorAgeFilesLines
* acquire: return id not recordschneefux2017-03-141-1/+1
* do not fail if index already existsschneefux2017-03-131-1/+4
* rewrite using notifications on one connectionschneefux2017-03-131-142/+151
* create an index on priority, idschneefux2017-03-121-0/+3
* 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
* use logging, not printschneefux2017-03-101-1/+1
* cache statementsschneefux2017-03-101-21/+27
* 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
* support acquiring in batchesschneefux2017-03-061-16/+30
* improve acquire query performanceschneefux2017-03-051-0/+1
* support job batching (#12)schneefux2017-03-051-29/+56
* wait for db to start up0.4.0schneefux2017-03-041-1/+14
* add status()schneefux2017-03-041-2/+12
* add job fails (#4)schneefux2017-02-261-0/+15
* fix incorrect number of Nones in empty acquireschneefux2017-02-261-1/+1
* acquire: return priorityschneefux2017-02-261-5/+5
* fixed priority being in wrong orderschneefux2017-02-251-1/+1
* first implementation, fixes #1schneefux2017-02-251-0/+94