Module: Import::ResumableImportJob

Extended by:
ActiveSupport::Concern
Included in:
Gitlab::BitbucketServerImport::StageMethods, Gitlab::GithubImport::StageMethods
Defined in:
lib/import/resumable_import_job.rb

Constant Summary collapse

MAX_RETRIES_AFTER_INTERRUPTION =

Maximum number of retries after interruption for resumable import jobs This higher limit is safe for jobs that can resume exactly where they left off

20