Configure Heroku app with only scheduled jobs?

607 views Asked by At

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?

1

There are 1 answers

1
hurrymaplelad On

An empty Procfile works. Still need to try omitting the Procfile.