Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

jobs: Panics are not handled or well reported within jobs. #351

Open
elliotcourant opened this issue Sep 20, 2021 · 1 comment
Open

jobs: Panics are not handled or well reported within jobs. #351

elliotcourant opened this issue Sep 20, 2021 · 1 comment
Assignees
Labels
bug Something isn't working Job Processing Anything related to scheduled work done in the background.

Comments

@elliotcourant
Copy link
Member

image

Jobs are crashing but the only indication that they are failing is a log entry. Nothing is being sent to sentry because its a panic not just a regular error.

Need to make sure that these types of failures manifest in better ways and that there is a way to discover them easily.

@elliotcourant elliotcourant added bug Something isn't working Job Processing Anything related to scheduled work done in the background. labels Sep 20, 2021
@elliotcourant elliotcourant self-assigned this Sep 20, 2021
@elliotcourant
Copy link
Member Author

This bug is now fixed by d5113cc but error reporting around jobs needs to be strengthened.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Job Processing Anything related to scheduled work done in the background.
Projects
None yet
Development

No branches or pull requests

1 participant