我最近刚刚在我的Heroku帐户中部署了一个小应用程序。但是,在大约5个小时的正常运行时间后,我的应用停止了服务。 Heroku应用程序日志打印出了以下几行:
2018-10-26T10:29:04.037480+00:00 heroku[router]: at=info code=H82 desc="Free
app running time quota exhausted" method=POST path="/webhook"
host=(my-app-url) request_id=(some-id) fwd="some-ip" dyno= connect= service= status=503 bytes=
protocol=https
问题是,运行heroku ps会产生以下输出:
~$ heroku ps -a (my-app-name)
Free dyno hours quota remaining this month: 994h 30m (99%)
Free dyno usage for this app: 5h 29m (0%)
For more information on dyno sleeping and how to upgrade, see:
https://devcenter.heroku.com/articles/dyno-sleeping
我什至检查了我的其他应用程序,它们都正常运行。我还尝试重新启动所有测功机,打开/关闭维护模式,但问题仍然存在。
除了等到下个月,看看我的配额是否重置,我还能做些什么吗?