Heroku ブートタイムアウト (エラー R10) 質問する

Heroku ブートタイムアウト (エラー R10) 質問する

アプリを起動するたびに、次の操作を行わないと 60 秒を超えることができません。

2012-05-06T22:41:11+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-05-06T22:41:11+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2012-05-06T22:41:11+00:00 heroku[web.1]: Process exited with status 137
2012-05-06T22:41:12+00:00 heroku[web.1]: State changed from starting to crashed

これが私のですProcfile:

web: bundle exec thin start -p $PORT

どのようなご返答でも大歓迎です。

ベストアンサー1

アプリが「正当な」理由で60秒以上かかる場合は、60秒の起動時間制限を回避することができます。https://github.com/dblock/heroku-forward

おすすめ記事