vets-api icon indicating copy to clipboard operation
vets-api copied to clipboard

Rachal cassity refactor upload status batch

Open RachalCassity opened this issue 2 years ago • 0 comments

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.

RachalCassity avatar Aug 10 '22 21:08 RachalCassity