Skip to content

Retry exceptions during BulkImports::FileDownloadService

George Koltsov requested to merge georgekoltsov/retry-file-download-service into master

What does this MR do and why?

This MR updates BulkImports::FileDownloadService to raise BulkImports::NetworkError when 50* errors occur, which will be retried during a Direct Transfer migration. This is useful, since in a scenario where source Gitlab instance becomes unavailable, we wait and retry in hopes it becomes available later. There are going to be 10 retries with 30 seconds interval in between each retry.

Mentions #432553 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

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.

Merge request reports

Loading