Skip to content

Commit

Permalink
Log exceptions in handle_tick in process_future_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
christophbuermann committed Aug 29, 2024
1 parent 1156e17 commit 241a4f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def handle_tick(self):
*sys.exc_info(), limit=None, chain=None
),
}
logger.exception(exc)
self.current_task_pk = None
task.save()

Expand Down

0 comments on commit 241a4f0

Please sign in to comment.