mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-08 01:58:01 -04:00
Previously we kept a running total of job progress/success/failure on the job table. This causes contention, we now generate this data from notification history. Removed these updates.