-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review exception handling for Platform-owned Sidekiq jobs [Part 1 of 2] #95476
Comments
Standup note: Breaking this ticket up into 2 tickets, with 4 classes per ticket. Tracking part 2 in this ticket. |
Progress so far:
|
I merged https://github.com/department-of-veterans-affairs/vsp-infra-application-manifests/pull/3309 as a small fix to an error I found while working on |
✅ converted ExternalServicesStatusJob to an issue. It needs some error handling. Moving on to the last one! |
✅ Converted ExportBreakerStatus to an issue. It needs some more investigation and a few modifications. Moving to In Review |
Follow up ticket looks great! |
Reviewed the board and ✔ |
User Story
As a platform backend dev, I want to know that all of the Sidekiq jobs we own are functioning properly, so that the Platform is stable.
Issue Description
As a follow-up to the review of Sidekiq jobs done in #94632, we need to go a little deeper into the low-priority jobs to review them for error handling. Use the sidekiq-exception-handling-review board (filtered by
owner-(team):Platform
) and go through the jobs labeledLow
and review the four listed in the Tasks section for the following:Add findings to the Draft for each job and then move each into the "Assessment Review Complete" column. For any that need work done, click "Convert to issue" on the Draft and add our team label.
Tasks
Success Metrics
Platform-owned Sidekiq jobs are audited for necessity and error handling. Tickets are created for future work.
Acceptance Criteria
Validation
The text was updated successfully, but these errors were encountered: