vets-api
vets-api copied to clipboard
Rachal cassity refactor upload status batch
Description of change
VBADocuments::UploadStatusUpdater has been modified to reduce PG statement query times.
The scope, in_progress, was created to reduce the number of UploadSubmissions being filtered, which runs about 15 times per minute. Excess select calls where removed from the refresh_statuses method in the VBADocuments::UploadSubmission.rb.