Commit c2676107 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve all_queues.yml and sidekiq_config.rb

parent 1c994a4b
......@@ -96,7 +96,6 @@
- update_user_activity
- upload_checksum
- web_hook
<<<<<<< HEAD
# EE-specific queues
- cronjob:clear_shared_runners_minutes
......@@ -131,5 +130,3 @@
- rebase
- repository_update_mirror
- repository_update_remote_mirror
=======
>>>>>>> upstream/master
......@@ -39,13 +39,9 @@ module Gitlab
end
def self.workers
<<<<<<< HEAD
@workers ||=
find_workers(Rails.root.join('app', 'workers')) +
find_workers(Rails.root.join('ee', 'app', 'workers'))
=======
@workers ||= find_workers(Rails.root.join('app', 'workers'))
>>>>>>> upstream/master
end
def self.find_workers(root)
......
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