标签: ruby-on-rails http
我使用heroku托管,他每个小时都入睡。我尝试每5-10分钟用http请求修复它。我在助手中尝试此方法。但这是不同的。如何简单地做到这一点?
while true do response = HTTP.get('https://draftwave.herokuapp.com/') sleep 300 end