django-background-tasks icon indicating copy to clipboard operation
django-background-tasks copied to clipboard

How can I detect the task errors?

Open TheGardenMan opened this issue 2 years ago • 0 comments

This library captures the exceptions and writes it to last_error field in DB. If an error comes in task, I want to be able to catch it and send it to Sentry. Apart from forking the package to include this functionality, is there any other way? One way I am thinking is keep checking the table for new errors, but would love a way to detect it automatically

Thanks!

TheGardenMan avatar Aug 31 '23 10:08 TheGardenMan