department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
281 stars 197 forks source link

[Form 4142 Failure Mailer] Add retryable_error_handler #88719

Closed NB28VT closed 1 month ago

NB28VT commented 1 month ago

The Form4142DocumentUploadFailureEmail is missing the retryable_error_handler implementation that gets called in the lib/sidekiq/form526_job_status_tracker/job_tracker.rb concern, so we aren't creating a Form526JobStatus properly

NB28VT commented 1 month ago

This had actually already been done by me, the issue I was hitting in testing is a bug I'm tracking down

NB28VT commented 1 month ago

Just updated this ticket to reflect the real problem here, I do need to make a change to get this working.