Skip to content

Allow GitHub attachment importers to fully resume their work

What does this MR do and why?

Although the attachment importers already skip importing objects that have been imported, previously when restarted, these importers would start their work from the beginning.

This change has the attachment importers resume work from where they left off.

In cases where there are very large amounts of issues, MRs, or notes, this will increase the chance of these importers finishing without being interrupted due to something like a deploy.

This is in preparation of changing the max_retries_after_interruption for all GitHub stage importers.

#416777 (closed)

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

Edited by Luke Duncalfe

Merge request reports