feat: add consumer name

This commit is contained in:
Maël Gangloff
2025-10-29 20:11:18 +01:00
parent 7595b13772
commit 5e23e5527e
3 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ framework:
multiplier: 2
rdap_async:
dsn: '%env(MESSENGER_RDAP_ASYNC_TRANSPORT_DSN)%'
options:
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
retry_strategy:
delay: 1000
multiplier: 2