I\'m hardly using heroku for my Play! applications nowadays and I am new. I can deploy my web application but background jobs don\'t run. I tried to add worker but I got thi
You have to define the worker instead of web:
worker: play run --http.port=$PORT $PLAY_OPTS