I am trying to use Django-RQ with Supervisord on Heroku. I think I need to keep a script in the /etc/systemd/system
directory so that it can automatically start at system startup, but I'm not sure how this would translate to Heroku
I'm using Heroku CLI to push my other file within the /app
directory.
Changes made via heroku run bash
command are not permanent.
How do we go about it? Do I need to build a custom buildpack?