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
c2676107
Commit
c2676107
authored
Dec 15, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve all_queues.yml and sidekiq_config.rb
parent
1c994a4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
app/workers/all_queues.yml
app/workers/all_queues.yml
+0
-3
lib/gitlab/sidekiq_config.rb
lib/gitlab/sidekiq_config.rb
+0
-4
No files found.
app/workers/all_queues.yml
View file @
c2676107
...
...
@@ -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
lib/gitlab/sidekiq_config.rb
View file @
c2676107
...
...
@@ -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
)
...
...
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