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
5a5ddbc4
Commit
5a5ddbc4
authored
Aug 03, 2017
by
Oswaldo Ferreira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for the new flag
parent
552e128e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
doc/administration/operations/extra_sidekiq_processes.md
doc/administration/operations/extra_sidekiq_processes.md
+18
-0
No files found.
doc/administration/operations/extra_sidekiq_processes.md
View file @
5a5ddbc4
...
...
@@ -87,3 +87,21 @@ command, and not the PID(s) of the started Sidekiq processes.
The Rails environment can be set by passing the
`--environment`
flag to the
`sidekiq-cluster`
command, or by setting
`RAILS_ENV`
to a non-empty value. The
default value is "development".
## All Queues With Exceptions
You're able to run all queues of "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,
except "process_commit" and "post_receive". You can do so by executing:
```
bash
sidekiq-cluster process_commit,post_receive
--negate
```
For multiple processes of all queues (except "process_commit" and "post_receive"):
```
bash
sidekiq-cluster process_commit,post_receive process_commit,post_receive
--negate
```
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