forked from wallabag/wallabag
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:
@ -6,7 +6,6 @@ services:
|
|||||||
public: true
|
public: true
|
||||||
|
|
||||||
Wallabag\ImportBundle\Consumer\RabbitMQConsumerTotalProxy:
|
Wallabag\ImportBundle\Consumer\RabbitMQConsumerTotalProxy:
|
||||||
lazy: true
|
|
||||||
arguments:
|
arguments:
|
||||||
$pocketConsumer: '@old_sound_rabbit_mq.import_pocket_consumer'
|
$pocketConsumer: '@old_sound_rabbit_mq.import_pocket_consumer'
|
||||||
$readabilityConsumer: '@old_sound_rabbit_mq.import_readability_consumer'
|
$readabilityConsumer: '@old_sound_rabbit_mq.import_readability_consumer'
|
||||||
|
|||||||
Reference in New Issue
Block a user