From 423f2f792d57386defce3369b8e780f1aac0b428 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 1 Jan 2024 21:17:01 +0100 Subject: [PATCH] Make RabbitMQConsumerTotalProxy non-lazy It's not supported by the bundle, see https://github.com/php-amqplib/RabbitMqBundle/tree/2.13.2?tab=readme-ov-file#important-notice---lazy-connections --- app/config/services_rabbit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/services_rabbit.yml b/app/config/services_rabbit.yml index 1b7bfc4f9..372323ab3 100644 --- a/app/config/services_rabbit.yml +++ b/app/config/services_rabbit.yml @@ -6,7 +6,6 @@ services: public: true Wallabag\ImportBundle\Consumer\RabbitMQConsumerTotalProxy: - lazy: true arguments: $pocketConsumer: '@old_sound_rabbit_mq.import_pocket_consumer' $readabilityConsumer: '@old_sound_rabbit_mq.import_readability_consumer'