Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove a Dyno on Heroku?

Following is what about dashboard says regarding Dynos:

enter image description here

For the time being, I only need two dynos: web & resque, and I do not need the third one: worker. How can I get rid of it, or is it something default by Heroku, and I'm not allowed to remove it.

If I can't remove it, is there a way that what I'm doing on resque dyno, can I get the same results through woker dyno?

like image 685
Arslan Ali Avatar asked Oct 15 '25 05:10

Arslan Ali


1 Answers

Simply remove the line that starts with "worker" in your Procfile, and do a "git push heroku master".

like image 61
Yoni Rabinovitch Avatar answered Oct 17 '25 20:10

Yoni Rabinovitch