我在生产 Rails 日志中注意到,每 5 分钟,我就会从 127.0.0.1 向我的根 url 发出 GET 请求,这显然是我的本地主机。
Started GET "/" for 127.0.0.1 at 2012-07-01 14:05:03 -0500
Processing by ApplicationController#landing as */*
Rendered shared/_header.html.erb (0.9ms)
Rendered shared/_footer.html.erb (0.5ms)
Rendered application/landing.html.erb (5.7ms)
Completed 200 OK in 8ms (Views: 7.9ms)
我从未在任何其他 Rails 应用程序中看到过这种情况。我正在使用 New Relic、MongoDB、Nginx 和 Unicorn。谁能告诉我为什么会发生这种情况或这意味着什么?