notification-admin icon indicating copy to clipboard operation
notification-admin copied to clipboard

Calculate job percent complete only when the job has rows in the notification table

Open whabanks opened this issue 1 year ago • 6 comments

Summary | Résumé

This PR adds a defensive check to get_job_partials to prevent a DivisionByZeroError that occurred when attempting to view a scheduled job. This issue was uncovered when investigating an alarm

Test instructions | Instructions pour tester la modification

  1. Schedule a bulk send via the api
  2. Navigate to your service's dashboard and click the link to the job under the Scheduled Jobs section
  3. Note that the page loads without any errors

whabanks avatar Sep 12 '23 20:09 whabanks