mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: update messenger.yaml
This commit is contained in:
@@ -7,14 +7,16 @@ framework:
|
|||||||
async:
|
async:
|
||||||
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
||||||
options:
|
options:
|
||||||
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
|
queue_name: messages_async
|
||||||
|
group: messages_async
|
||||||
retry_strategy:
|
retry_strategy:
|
||||||
max_retries: 3
|
max_retries: 3
|
||||||
multiplier: 2
|
multiplier: 2
|
||||||
rdap_async:
|
rdap_async:
|
||||||
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
||||||
options:
|
options:
|
||||||
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
|
queue_name: messages_rdap_async
|
||||||
|
group: messages_rdap_async
|
||||||
retry_strategy:
|
retry_strategy:
|
||||||
delay: 1000
|
delay: 1000
|
||||||
multiplier: 2
|
multiplier: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user