ceps icon indicating copy to clipboard operation
ceps copied to clipboard

AMQP, prefetch limit 1

Open carlhoerberg opened this issue 7 years ago • 0 comments

Default to worker_prefetch_multiplier = 1 Most celery workers doesn't have a throughput that justifies a large prefetch amount, and second, you use AMQP global prefetch instead of consumer level prefetch, which is A LOT heavier for the server: https://www.rabbitmq.com/consumer-prefetch.html

carlhoerberg avatar Feb 14 '18 16:02 carlhoerberg