Commit 7aca7df5 authored by Rémy Coutable's avatar Rémy Coutable

Resolve app/workers/stuck_import_jobs_worker.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 155788ab
......@@ -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
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