I have 2 discord bot programs, one is python code and the other is nodejs. I was wondering if in the procfile, like when you say worker: python ___, is there a way so that it ru
Instead of your Procfile being:
worker: python log.py worker: node bot.js
You do:
worker: python log.py & node bot.js & wait -n
see: https://help.heroku.com/CTFS2TJK/how-do-i-run-multiple-processes-on-a-dyno