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
a35d6d3c
Commit
a35d6d3c
authored
Nov 28, 2017
by
Greg Stark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I am certainly weary of debugging sidekiq but I don't think that's what was meant
parent
7bab05b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/administration/troubleshooting/sidekiq.md
doc/administration/troubleshooting/sidekiq.md
+1
-1
No files found.
doc/administration/troubleshooting/sidekiq.md
View file @
a35d6d3c
...
@@ -11,7 +11,7 @@ troubleshooting steps that will help you diagnose the bottleneck.
...
@@ -11,7 +11,7 @@ troubleshooting steps that will help you diagnose the bottleneck.
debug steps with GitLab Support so the backtraces can be analyzed by our team.
debug steps with GitLab Support so the backtraces can be analyzed by our team.
It may reveal a bug or necessary improvement in GitLab.
It may reveal a bug or necessary improvement in GitLab.
> **Note:** In any of the backtraces, be w
e
ary of suspecting cases where every
> **Note:** In any of the backtraces, be wary of suspecting cases where every
thread appears to be waiting in the database, Redis, or waiting to acquire
thread appears to be waiting in the database, Redis, or waiting to acquire
a mutex. This
**may**
mean there's contention in the database, for example,
a mutex. This
**may**
mean there's contention in the database, for example,
but look for one thread that is different than the rest. This other thread
but look for one thread that is different than the rest. This other thread
...
...
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