小编Mik*_*tti的帖子

杀死Heroku上的废弃控制台

我不小心以不太优雅的方式关闭了一个Heroku控制台.而现在,当我跑

heroku ps --app myapp
Run Code Online (Sandbox Code Playgroud)

表明

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 Code Online (Sandbox Code Playgroud)

我可以用任何方式关闭run.8进程并停止支付那个一次性dyno吗?

console heroku

29
推荐指数
2
解决办法
6388
查看次数

标签 统计

console ×1

heroku ×1