Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7aca7df5
Commit
7aca7df5
authored
Nov 28, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve app/workers/stuck_import_jobs_worker.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
155788ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
app/workers/stuck_import_jobs_worker.rb
app/workers/stuck_import_jobs_worker.rb
+0
-3
No files found.
app/workers/stuck_import_jobs_worker.rb
View file @
7aca7df5
...
...
@@ -71,7 +71,6 @@ class StuckImportJobsWorker
def
error_message
_
(
"Import timed out. Import took longer than %{import_jobs_expiration} seconds"
)
%
{
import_jobs_expiration:
IMPORT_JOBS_EXPIRATION
}
<<<<<<<
HEAD
end
def
stuck_import_jobs_worker_runs_counter
...
...
@@ -85,7 +84,5 @@ class StuckImportJobsWorker
def
import_state_with_jid_metric
@import_state_with_jid_metric
||=
Gitlab
::
Metrics
.
gauge
(
:gitlab_projects_with_jid
,
'Projects with Job ids'
)
=======
>>>>>>>
upstream
/
master
end
end
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