summaryrefslogtreecommitdiff
path: root/joblib.py
diff options
context:
space:
mode:
Diffstat (limited to 'joblib.py')
-rw-r--r--joblib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/joblib.py b/joblib.py
index 4007b2f..7575042 100644
--- a/joblib.py
+++ b/joblib.py
@@ -108,7 +108,7 @@ class JobQueue(object):
return jobs
except asyncpg.exceptions.SerializationError:
# job is being picked up by another worker, try again
- print("serialization error")
+ logging.debug("serialization error, retrying")
pass
async def status(self, jobid):