Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
需要升级Heroku Redis吗?_Heroku_Memory_Redis_Sidekiq - Fatal编程技术网

需要升级Heroku Redis吗?

需要升级Heroku Redis吗?,heroku,memory,redis,sidekiq,Heroku,Memory,Redis,Sidekiq,我的heroku sidekiq工作日志经常显示以下消息: pid=4 tid=nu8 WARN: Your Redis network connection is performing extremely poorly. Last RTT readings were [203500, 200354, 315449, 310440, 204357], ideally these should be < 1000. Ensure Redis is running in the same AZ

我的heroku sidekiq工作日志经常显示以下消息:

pid=4 tid=nu8 WARN: Your Redis network connection is performing extremely poorly.
Last RTT readings were [203500, 200354, 315449, 310440, 204357], ideally these should be < 1000.
Ensure Redis is running in the same AZ or datacenter as Sidekiq.
pid=4 tid=nu8警告:您的Redis网络连接性能非常差。
最后一次RTT读数为[203500200354315449310440204357],理想情况下应小于1000。
确保Redis与Sidekiq在同一AZ或数据中心运行。

从免费爱好层升级我的Redis插件会改善这一点吗?还是我应该关注一些内存优化?有哪些指标表明我应该从Heroku上的Redis爱好层升级?

当你联系他们时,Heroku说了什么?@markw我收到了相同的错误消息。。。幸运吗?@ToddT我最终解决了这个问题,取而代之的是让我的员工处理更小的批次,而这条信息就消失了。另外,我们还扩大了redis的规模,从那以后我再也没有看到过这些消息!我按照文档进行升级,只注意TLS要求