Limit the number of errors saved by BitBucket Server Import
What does this MR do and why?
Limit the number of errors saved by BitBucket Server Import
The BitBucket Server Import feature saves every error that occurs in an array. However, if the number of errors is too high, it can consume a large amount of memory, which can cause Sidekiq Killer to terminate the Sidekiq process.
This change limits the number of errors to be stored in the array.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.