diff options
| -rw-r--r-- | api.py | 3 | ||||
| m--------- | joblib | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -66,7 +66,8 @@ class Apigrabber(joblib.worker.Worker): except crawler.ApiError as error: logging.warning("%s: API returned error '%s'", jobid, error.args[0]) - raise joblib.worker.JobFailed(error.args[0]) + raise joblib.worker.JobFailed(error.args[0], + False) # not critical async def startup(): diff --git a/joblib b/joblib -Subproject 7fa00a9e4f2723f7d93fc1ecc8369ccbbc9e4f7 +Subproject 535a14f4ea1973eaabcaf4624604a42335b1598 |
