我不小心以不太优雅的方式关闭了一个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吗?