[Heroku] Error H99 (Platform error)

Heroku にて Error H99 (Platform error) というエラーが発生して Heroku が使えなくなりました。

Heroku

2011-11-13T07:15:08+00:00 heroku[router]: Error H99 (Platform error) -> GET myapp-staging.heroku.com/ dyno= queue= wait= service= status=503 bytes=
2011-11-13T07:15:08+00:00 heroku[nginx]: 210.4.160.78 - prize [12/Nov/2011:23:15:08 -0800] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20100101 Firefox/8.0" myapp-staging.heroku.com

Heroku公式サイトを見ると、”H99 is the only error that is caused by the Heroku platform.”と書いてあり、H99はHerokuのプラットフォームによって発生してるようなので、解決方法はなく、Heroku側の対応を待つしかないみたいですね。

H99 – Platform error
This indicates an internal error in the Heroku platform. Unlike all of the other errors which will require action from you to correct, this one does not require action from you. Try again in a minute, or check the status site.

2010-10-06T21:51:07-07:00 heroku[router]: Error H99 (Platform error) -> GET myapp.heroku.com/ web=none queue=0 wait=0ms service=0ms bytes=0
2010-10-06T21:51:07-07:00 heroku[nginx]: GET / HTTP/1.1 | 75.36.147.245 | 8132 | http | 503

引用元: Heroku | Dev Center | Heroku Error Codes

Herokuの障害状況/解決状況は下記のサイトで確認できます。

Heroku | Status

ちなみに、私の場合は30分程度で復旧してくれました。

以上です。