RQ concurrency with supervisord?
问题 All, I'm attempting to 'force' RQ workers to perform concurrently using supervisord. My setup supervisord setup seems to work fine, as rq-dashboard is showing 3 workers, 3 PID's and 3 queue (one for each worker/PID). Supervisord setup is as follows (showing only worker 1 setup, 2 more workers are defined below this one): [program:rqworker1] command = rqworker 1 process_name = rqworker1-%(process_num)s numprocs = 1 user = username autostart = True stdout_logfile=/tmp/rqworker1.log stdout