1
0
Fork 0
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:
Mike Perham 2021-10-31 14:23:07 -07:00
parent 75b4701761
commit 343b090a6f

View file

@ -211,6 +211,8 @@ module Sidekiq
Your Redis network connection is performing extremely poorly.
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.
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
RTT_READINGS.reset
end