Gevent celery config I/O bound
When NOT using Gevent (worker_pool\=[prefork|gthread]), the number of concurrent workers defaults to the number of cores which are effectively the tasks that will be executing in “parallel”.
The prefetch multiplier (default 4) is an optimization to r...
blog.danwald.me2 min read