index
:
joblib
0.4.0
1.0.0
1.2.0
1.2.0-threadsafe
2.0.0
develop
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
joblib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
acquire: return id not record
schneefux
2017-03-14
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
1
-142
/
+151
*
create an index on priority, id
schneefux
2017-03-12
1
-0
/
+3
*
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
*
use logging, not print
schneefux
2017-03-10
1
-1
/
+1
*
cache statements
schneefux
2017-03-10
1
-21
/
+27
*
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
*
support acquiring in batches
schneefux
2017-03-06
1
-16
/
+30
*
improve acquire query performance
schneefux
2017-03-05
1
-0
/
+1
*
support job batching (#12)
schneefux
2017-03-05
1
-29
/
+56
*
wait for db to start up
0.4.0
schneefux
2017-03-04
1
-1
/
+14
*
add status()
schneefux
2017-03-04
1
-2
/
+12
*
add job fails (#4)
schneefux
2017-02-26
1
-0
/
+15
*
fix incorrect number of Nones in empty acquire
schneefux
2017-02-26
1
-1
/
+1
*
acquire: return priority
schneefux
2017-02-26
1
-5
/
+5
*
fixed priority being in wrong order
schneefux
2017-02-25
1
-1
/
+1
*
first implementation, fixes #1
schneefux
2017-02-25
1
-0
/
+94