I hardly use a hero for my game! applications these days, and I'm new. I can deploy my web application, but background jobs do not start. I tried to add a worker, but got this error:
$ heroku scale worker=1 Scaling worker processes... ! No such type as worker
I created a Procfile including
web: play run --http.port=$PORT $PLAY_OPTS
It’s just for the Internet, I couldn’t find expressions for running workers. How to run my background jobs on Heroku?
source share