Skip to content

Modify GitHub importer to be retryable

Ahmad Sherif requested to merge fix/make-github-import-retryable into master

What does this MR do?

It allows GitHub import jobs to be retired correctly, first by not failing when it encounters the imported repo on disk, and second by caching the last page processed of every resource being imported to continue off that position on the next attempt.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#23533 (closed)

Merge request reports