Add panic recovery to all background jobs #32

Closed
opened 2022-05-30 19:36:35 +00:00 by bvisness · 0 comments
Owner

Some of our background jobs don't have panic recovery, resulting in full-site crashes if a panic occurs. This should not happen.

We need to add appropriate panic recovery to every "background job" laid out in src/website/website.go. Since these are usually long-running processes of some kind, we need to make sure they keep running, but don't bring down the entire site.

Some of our background jobs don't have panic recovery, resulting in full-site crashes if a panic occurs. This should not happen. We need to add appropriate panic recovery to every "background job" laid out in `src/website/website.go`. Since these are usually long-running processes of some kind, we need to make sure they keep running, but don't bring down the entire site.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/hmn#32
No description provided.