Skip to content

Resolve "Reset attempts before we execute the batched background Migration inline"

What does this MR do and why?

If we have a job with the number max of attempts (3) reached, we cannot finalize the batched background migration because we don't process these jobs.

In this MR, we are resetting the number of attempts for jobs that reached the max number of attempts before we start to execute the batched background migration inline.

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 #366169 (closed)

Edited by Diogo Frazão

Merge request reports