Mark BulkImports::RelationExportWorker as sidekiq memory bound
What does this MR do and why?
This MR marks BulkImports::RelationExportWorker
as memory bound, in order to move execution of these jobs to memory-bound
sidekiq shard, which is not auto-scaled on .com & has limited resources It eliminates job interruptions, if relation that is exported has a lot of data and takes a long time to export. Examples of job interruption can be found here.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
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.
Edited by George Koltsov