We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38564fa commit 5f9a60fCopy full SHA for 5f9a60f
loader.py
@@ -198,6 +198,7 @@ def main():
198
logging.info("connected to rabbitmq")
199
200
ch = conn.channel()
201
+ ch.basic_qos(prefetch_count=2 * args.max_batch_size)
202
ch.queue_declare(args.rabbitmq_queue, durable=True)
203
ch.queue_bind(args.rabbitmq_queue, args.rabbitmq_exchange, "#")
204
0 commit comments