I have accidentally closed a Heroku console in a not-so-graceful manner. And now when I run
heroku ps --app myapp it shows
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 Any way I could close the run.8 process and stop having to pay for that one-off dyno?
Try
heroku ps:stop run.8 Got this from another SO answer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With