How can I stop Heroku Dyno that is running a Rails task through Heroku Scheduler?
问题 Heroku Scheduler uses a One-off Dyno to run the scheduled task. That dyno doesn't appear in Heroku Dashboard, but it's there. How can I restart it, or temporarily stop it? 回答1: If you have the command line tools installed, heroku ps will list all the running processes, and you can use ps:kill or ps:restart to manage any of them. heroku help ps will give you more details. 回答2: You do not need to restart or stop. There are no dynos on Heroku dashboard, but you can find your scheduler in Heroku