diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-09 18:59:04 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-09 18:59:04 +0100 |
| commit | 1b14afe256f4d924890a0c7bf39e3574498ad7bd (patch) | |
| tree | 36ebe7c803370cc592eceaf2ca88e9b27c46b320 | |
| parent | 906958d6bf575745801189af3a4da6652eceee8d (diff) | |
| download | shrinker-1b14afe256f4d924890a0c7bf39e3574498ad7bd.tar.gz shrinker-1b14afe256f4d924890a0c7bf39e3574498ad7bd.zip | |
update joblib: critical bugfix
| -rw-r--r-- | api.py | 1 | ||||
| m--------- | joblib | 0 |
2 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ class Processor(joblib.worker.Worker): if obj is not None: obj_id = obj["api_id"] except asyncpg.exceptions.DeadlockDetectedError: + logging.error("%s: deadlocked!", jobid) raise joblib.worker.JobFailed("deadlock", True) # critical diff --git a/joblib b/joblib -Subproject 535a14f4ea1973eaabcaf4624604a42335b1598 +Subproject 34861a5b7284de2b616e0f376dc7fbbbdbb7ea3 |
