Open billyfung opened 5 years ago
100 jobs 5 workers celery: ~1m40s rq: ~1m40s
1000 jobs 5 workers celery: ~9m rq: ~16m
not sure if i have the rq code wrong or not optimal...
right, it's because celery has concurrency by default , which is why it's approximately 2x faster for more jobs
have controller assign
N
jobs toM
workerssomething like:
/start_job
N*M*100
jobs