Commit b384d478 authored by Robert Speicher's avatar Robert Speicher

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

Remove warning noise in ProjectImportOptions

See merge request gitlab-org/gitlab-ce!16410
parents b5cde6b6 f4319f6a
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