Is there a way to create new workers on a running dyno in heroku on-the-fly?
Without the need to edit .procfile and restart the dyno?
My scenario is a main worker who create some other workers.
Is there a way to create new workers on a running dyno in heroku on-the-fly?
Without the need to edit .procfile and restart the dyno?
My scenario is a main worker who create some other workers.