如果已经登陆了账户,则输入如下命令查看运行时间:
heroku ps -a ssgss-z
输出效果
root@raspberrypi:~# heroku ps -a ssgss-z
Free dyno hours quota remaining this month: 550h 0m (100%)
Free dyno usage for this app: 0h 0m (0%)
For more information on dyno sleeping and how to upgrade, see:
https://devcenter.heroku.com/articles/dyno-sleeping
=== web (Free): node index.js (1)
web.1: up 2019/02/26 16:31:51 +0800 (~ 1h ago)
可以看到总共剩余的免费时间和已运行的时间,<font color=red>每月免费时间到期</font>之后,进程会立刻退出,所以最好定期检查一下已运行的时间。这个时间指的是该账号下<font color=red>所有的应用</font>加在一起的免费运行时间,不是每个应用都有这么多免费时间可以用。按照现在一个账号分配550小时/月的算法,其实顶多放一个应用在上面跑(免费应用每24小时<font color=red>强制休眠7小时</font>)。
相关文档
随便看看
畅言模块加载中