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
58a32bbe
Commit
58a32bbe
authored
Jul 20, 2021
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove disable Sidekiq cluster docs
parent
40735f54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
45 deletions
+1
-45
doc/administration/operations/extra_sidekiq_processes.md
doc/administration/operations/extra_sidekiq_processes.md
+1
-45
No files found.
doc/administration/operations/extra_sidekiq_processes.md
View file @
58a32bbe
...
...
@@ -140,50 +140,6 @@ sidekiq['queue_groups'] = [
]
```
### Disable Sidekiq cluster
WARNING:
Sidekiq cluster is
[
scheduled
](
https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/240
)
to be the only way to start Sidekiq in GitLab 14.0.
By default, the Sidekiq service runs
`sidekiq-cluster`
. To disable this behavior,
add the following to the Sidekiq configuration:
```
ruby
sidekiq
[
'enable'
]
=
true
sidekiq
[
'cluster'
]
=
false
```
All of the aforementioned configuration options for
`sidekiq`
are available. By default, they are configured as follows:
```
ruby
sidekiq
[
'queue_selector'
]
=
false
sidekiq
[
'interval'
]
=
nil
sidekiq
[
'max_concurrency'
]
=
50
sidekiq
[
'min_concurrency'
]
=
nil
sidekiq
[
'negate'
]
=
false
sidekiq
[
'queue_groups'
]
=
[
'*'
]
sidekiq
[
'shutdown_timeout'
]
=
25
```
`sidekiq_cluster`
must be disabled if you decide to configure the
cluster as above.
When disabling
`sidekiq_cluster`
, you must copy your configuration for
`sidekiq_cluster`
over to
`sidekiq`
. Anything configured for
`sidekiq_cluster`
is overridden by the options for
`sidekiq`
when
setting
`sidekiq['cluster'] = true`
.
When using this feature, the service called
`sidekiq`
is now
running
`sidekiq-cluster`
.
The
[
concurrency
](
#manage-concurrency
)
and other options configured
for Sidekiq are respected.
By default, logs for
`sidekiq-cluster`
go to
`/var/log/gitlab/sidekiq`
like regular Sidekiq logs.
## Ignore all import queues
When
[
importing from GitHub
](
../../user/project/import/github.md
)
or
...
...
@@ -264,7 +220,7 @@ being equal to `max_concurrency`.
Running a single Sidekiq process is the default in GitLab 12.10 and earlier.
WARNING:
Running Sidekiq directly
is scheduled to be
removed in GitLab
Running Sidekiq directly
was
removed in GitLab
[
14.0
](
https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/240
)
.
1.
Edit
`/etc/gitlab/gitlab.rb`
and add:
...
...
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