mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add context and discussion place for RTT warning
This commit is contained in:
parent
75b4701761
commit
343b090a6f
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ module Sidekiq
|
||||||
Your Redis network connection is performing extremely poorly.
|
Your Redis network connection is performing extremely poorly.
|
||||||
Last RTT readings were #{RTT_READINGS.buffer.inspect}, ideally these should be < 1000.
|
Last RTT readings were #{RTT_READINGS.buffer.inspect}, ideally these should be < 1000.
|
||||||
Ensure Redis is running in the same AZ or datacenter as Sidekiq.
|
Ensure Redis is running in the same AZ or datacenter as Sidekiq.
|
||||||
|
If these values are close to 100,000, that means your Sidekiq process may be
|
||||||
|
CPU overloaded; see https://github.com/mperham/sidekiq/discussions/5039
|
||||||
EOM
|
EOM
|
||||||
RTT_READINGS.reset
|
RTT_READINGS.reset
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue