BigW Consortium Gitlab

Commit 8e54784f by Robert Speicher Committed by Luke Bennett

Merge branch 'sh-remove-import-retry-count-warning' into 'master'

Remove warning noise in ProjectImportOptions See merge request gitlab-org/gitlab-ce!16410 (cherry picked from commit b384d478) f4319f6a Remove warning noise in ProjectImportOptions
parent 0e065534
module ProjectImportOptions
extend ActiveSupport::Concern
included do
IMPORT_RETRY_COUNT = 5
IMPORT_RETRY_COUNT = 5
included do
sidekiq_options retry: IMPORT_RETRY_COUNT, status_expiration: StuckImportJobsWorker::IMPORT_JOBS_EXPIRATION
# We only want to mark the project as failed once we exhausted all retries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment