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
5c0bac2c
Commit
5c0bac2c
authored
Nov 08, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/workers/stuck_import_jobs_worker.rb
parent
55a6043b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
app/workers/stuck_import_jobs_worker.rb
app/workers/stuck_import_jobs_worker.rb
+0
-6
No files found.
app/workers/stuck_import_jobs_worker.rb
View file @
5c0bac2c
...
...
@@ -10,7 +10,6 @@ class StuckImportJobsWorker
import_state_without_jid_count
=
mark_import_states_without_jid_as_failed!
import_state_with_jid_count
=
mark_import_states_with_jid_as_failed!
<<<<<<<
HEAD
values
=
{
projects_without_jid_count:
import_state_without_jid_count
,
projects_with_jid_count:
import_state_with_jid_count
...
...
@@ -21,11 +20,6 @@ class StuckImportJobsWorker
stuck_import_jobs_worker_runs_counter
.
increment
import_state_without_jid_metric
.
set
({},
import_state_without_jid_count
)
import_state_with_jid_metric
.
set
({},
import_state_with_jid_count
)
=======
Gitlab
::
Metrics
.
add_event
(
:stuck_import_jobs
,
projects_without_jid_count:
import_state_without_jid_count
,
projects_with_jid_count:
import_state_with_jid_count
)
>>>>>>>
upstream
/
master
end
private
...
...
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