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
aea85821
Commit
aea85821
authored
Oct 29, 2020
by
Ben Bodenmiller
Committed by
Sean McGivern
Oct 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run multiple Sidekiq processes doc fixes
parent
1946a989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/operations/extra_sidekiq_processes.md
doc/administration/operations/extra_sidekiq_processes.md
+3
-3
No files found.
doc/administration/operations/extra_sidekiq_processes.md
View file @
aea85821
...
...
@@ -38,7 +38,7 @@ To start multiple processes:
process, and values in each item determine the queues it works on.
For example, the following setting creates three Sidekiq processes, one to run on
`elastic_indexer`
, one to run on
`mailers`
, and one process running
all on
queues:
`elastic_indexer`
, one to run on
`mailers`
, and one process running
on all
queues:
```
ruby
sidekiq
[
'queue_groups'
]
=
[
...
...
@@ -327,9 +327,9 @@ Running Sidekiq cluster is the default in GitLab 13.0 and later.
```
`min_concurrency`
and
`max_concurrency`
are independent; one can be set without
the other. Setting
`min_concurrency`
to
0
will disable the limit.
the other. Setting
`min_concurrency`
to
`0`
will disable the limit.
For each queue group, let
N
be one more than the number of queues. The
For each queue group, let
`N`
be one more than the number of queues. The
concurrency factor will be set to:
1.
`N`
, if it's between
`min_concurrency`
and
`max_concurrency`
.
...
...
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