Improve performance by updating how statuses are fetched for validation
- Improve performance by updating how statuses are fetched for validation
A change was made to fetch each status as it is being updated to ensure we have the latest before update. This lead to a lot of performance problems and timeout for very large commit sets. To improve this where possible, it was changed to only attempt to fetch entries if they weren't already found in the initial lookup at the start of validation.
Merge request reports
Activity
Filter activity
requested review from @cguindon, @malowe, and @zacharysabourin
mentioned in commit 463e16e3
Please register or sign in to reply