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
This commit is contained in:
Yassine Guedidi 2024-01-01 21:17:01 +01:00
parent 0178c7356d
commit 423f2f792d

View file

@ -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'