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
2ea38ba3
Commit
2ea38ba3
authored
Aug 03, 2017
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust tiny typos
parent
5a5ddbc4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/administration/operations/extra_sidekiq_processes.md
doc/administration/operations/extra_sidekiq_processes.md
+1
-1
lib/gitlab/sidekiq_cluster/cli.rb
lib/gitlab/sidekiq_cluster/cli.rb
+1
-1
No files found.
doc/administration/operations/extra_sidekiq_processes.md
View file @
2ea38ba3
...
...
@@ -90,7 +90,7 @@ default value is "development".
## All Queues With Exceptions
You're able to run all queues
of "sidekiq_queues.yml"
file on a single or
You're able to run all queues
in
`sidekiq_queues.yml`
file on a single or
multiple processes with exceptions using the
`--negate`
flag.
For example, say you want to run a single process for all queues,
...
...
lib/gitlab/sidekiq_cluster/cli.rb
View file @
2ea38ba3
...
...
@@ -101,7 +101,7 @@ module Gitlab
@rails_path
=
path
end
opt
.
on
(
'-n'
,
'--negate'
,
'Run workers for all queues
o
n sidekiq_queues.yml except the given ones'
)
do
opt
.
on
(
'-n'
,
'--negate'
,
'Run workers for all queues
i
n sidekiq_queues.yml except the given ones'
)
do
@negate_queues
=
true
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