mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
feat: add consumer name in messenger.yaml
This commit is contained in:
parent
1cbf334c23
commit
b123d720f0
@ -6,11 +6,15 @@ framework:
|
||||
# https://symfony.com/doc/current/messenger.html#transport-configuration
|
||||
async:
|
||||
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
||||
options:
|
||||
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
|
||||
retry_strategy:
|
||||
max_retries: 3
|
||||
multiplier: 2
|
||||
rdap_async:
|
||||
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
||||
options:
|
||||
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
|
||||
retry_strategy:
|
||||
delay: 1000
|
||||
multiplier: 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user