1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Restored lazy connections for RabbitMQ

This commit is contained in:
Nicolas Lœuillet 2024-11-03 09:38:36 +01:00
parent 56545920f8
commit ab9ff3e55e
2 changed files with 55 additions and 0 deletions

View file

@ -6,6 +6,7 @@ services:
public: true
Wallabag\Consumer\RabbitMQConsumerTotalProxy:
lazy: true
arguments:
$pocketConsumer: '@old_sound_rabbit_mq.import_pocket_consumer'
$readabilityConsumer: '@old_sound_rabbit_mq.import_readability_consumer'