aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/config/redis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2019-11-07 12:17:01 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-11-15 16:08:36 +0100
commit958e77e6a7c779de11f0f070b70c861c246a959f (patch)
tree02717c536865a32983017faf5ec195f0e7148fc9 /src/Wallabag/ImportBundle/Resources/config/redis.yml
parent3c5aa05311d057c8fed83f085e6fb6ecc874fca4 (diff)
downloadwallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.gz
wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.tar.zst
wallabag-958e77e6a7c779de11f0f070b70c861c246a959f.zip
Added elCurator import
Diffstat (limited to 'src/Wallabag/ImportBundle/Resources/config/redis.yml')
-rw-r--r--src/Wallabag/ImportBundle/Resources/config/redis.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Wallabag/ImportBundle/Resources/config/redis.yml b/src/Wallabag/ImportBundle/Resources/config/redis.yml
index 091cdba0..40a6e224 100644
--- a/src/Wallabag/ImportBundle/Resources/config/redis.yml
+++ b/src/Wallabag/ImportBundle/Resources/config/redis.yml
@@ -126,6 +126,27 @@ services:
126 - "@event_dispatcher" 126 - "@event_dispatcher"
127 - "@logger" 127 - "@logger"
128 128
129 # elcurator
130 wallabag_import.queue.redis.elcurator:
131 class: Simpleue\Queue\RedisQueue
132 arguments:
133 - "@wallabag_core.redis.client"
134 - "wallabag.import.elcurator"
135
136 wallabag_import.producer.redis.elcurator:
137 class: Wallabag\ImportBundle\Redis\Producer
138 arguments:
139 - "@wallabag_import.queue.redis.elcurator"
140
141 wallabag_import.consumer.redis.elcurator:
142 class: Wallabag\ImportBundle\Consumer\RedisEntryConsumer
143 arguments:
144 - "@doctrine.orm.entity_manager"
145 - "@wallabag_user.user_repository"
146 - "@wallabag_import.elcurator.import"
147 - "@event_dispatcher"
148 - "@logger"
149
129 # firefox 150 # firefox
130 wallabag_import.queue.redis.firefox: 151 wallabag_import.queue.redis.firefox:
131 class: Simpleue\Queue\RedisQueue 152 class: Simpleue\Queue\RedisQueue