Skip to content

Resolve "Add custom Batching Strategy for supporting filtering"

What does this MR do and why?

Refactor BatchedMigrationJob class to receive job arguments via initialize and not via #perform.

Passing job_arguments via initialize will give us more flexibility since we can call job_arguments from any method.

More context: !89405 (comment 973922352)

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.

Related to #357900 (closed)

Edited by Diogo Frazão

Merge request reports