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 /api.py | |
| parent | 906958d6bf575745801189af3a4da6652eceee8d (diff) | |
| download | processor-1b14afe256f4d924890a0c7bf39e3574498ad7bd.tar.gz processor-1b14afe256f4d924890a0c7bf39e3574498ad7bd.zip | |
update joblib: critical bugfix
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 1 |
1 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 |
