BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8e54784f
Commit
8e54784f
authored
Jan 11, 2018
by
Robert Speicher
Committed by
Luke Bennett
Jan 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
project_import_options.rb
app/workers/concerns/project_import_options.rb
+2
-2
No files found.
app/workers/concerns/project_import_options.rb
View file @
8e54784f
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment