diff options
author | Stan Hu <stanhu@gmail.com> | 2017-11-28 20:43:22 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-11-28 20:43:22 +0000 |
commit | f1d1cea8b014a756c2df9b212dbf0db747c659c6 (patch) | |
tree | 8bff3c914089e3945a4b008912e7e8828996fccc /doc | |
parent | 99d143fb2e67b1015166d54cb6cac5c197355a10 (diff) | |
parent | a35d6d3c479fa2259e6d32d207be99d980a711c6 (diff) | |
download | gitlab-ce-f1d1cea8b014a756c2df9b212dbf0db747c659c6.tar.gz |
Merge branch 'be-wary-of-typos' into 'master'
I am certainly weary of debugging sidekiq but I don't think that's what was meant
See merge request gitlab-org/gitlab-ce!15635
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/troubleshooting/sidekiq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/sidekiq.md b/doc/administration/troubleshooting/sidekiq.md index b71f8fabbc8..9d157720ad2 100644 --- a/doc/administration/troubleshooting/sidekiq.md +++ b/doc/administration/troubleshooting/sidekiq.md @@ -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. It may reveal a bug or necessary improvement in GitLab. -> **Note:** In any of the backtraces, be weary 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 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 |