Programmatically create more workers at run-time by using Django_rq

22 Views Asked by At

I want to increase the number of workers in Django project by using Django_rq(Redis Queue) the problem is that I have to manually start each worker to complete the process in short time is their any way I can increase the number of workers or their number of process at the run time by using Django_rq?

The problem is that queue which has large data takes time more even after optimization of code and cannot allow the other ids to processed until its queue with large data complete . It puts other ids in queue until large queue with data is completed.

0

There are 0 best solutions below