【发布时间】:2011-09-20 16:21:35
【问题描述】:
我不小心以一种不太优雅的方式关闭了 Heroku 控制台。而现在当我跑步时
heroku ps --app myapp
它显示
run.8 up for 5h bundle exec rails console
run.9 complete for 15m bundle exec rails console
web.1 up for 4h bundle exec unicorn -p $PORT -c ./..
web.2 up for 4h bundle exec unicorn -p $PORT -c ./..
worker.1 up for 4h bundle exec rake jobs:work
我有什么方法可以关闭 run.8 进程并停止为一次性的测功机付费?
【问题讨论】:
-
它是
heroku ps --app myapp