diff --git a/queue_job/controllers/main.py b/queue_job/controllers/main.py index 5bc8ecb3be..3716017bb9 100644 --- a/queue_job/controllers/main.py +++ b/queue_job/controllers/main.py @@ -133,6 +133,7 @@ def retry_postpone(job, message, seconds=None): # traceback in the logs we should have the traceback when all # retries are exhausted env.cr.rollback() + return "" except (FailedJobError, Exception) as orig_exception: buff = StringIO()