rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

How to create multiple workers using systemd? #532

Open Go-SuBha opened 2 years ago

Go-SuBha commented 2 years ago

Hi, I am working on an app where a user can submit multiple jobs. Currently, we were able to execute only one job and others jobs are waiting in the queue. To run multiple jobs, we need to create multiple workers. Can you please let me know how to create multiple workers on the production server?