I want to spin up a Heroku instance that only runs a few jobs scheduled with the Heroku Scheduler add-on. I don't want any processes to start on deploy. Should I configure a dummy process, add an empty Procfile, omit the Procfile, or something else?
Configure Heroku app with only scheduled jobs?
621 views Asked by hurrymaplelad At
1
An empty Procfile works. Still need to try omitting the Procfile.