How can I create a large number of rq worker processes in a VPS easily?
Right now I'm manually opening a terminal and running python3 worker.py
in it, and then repeating this until I get a satisfying number of worker instances running. I know this is not a scalable solution, so how can I do it automatically and easily. It'd be nice if there were some tool which facilitates this process.