mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add low priority RDAP message queue
This commit is contained in:
@@ -9,7 +9,7 @@ framework:
|
||||
retry_strategy:
|
||||
max_retries: 3
|
||||
multiplier: 2
|
||||
rdap_async:
|
||||
rdap_high:
|
||||
dsn: '%env(MESSENGER_RDAP_ASYNC_TRANSPORT_DSN)%'
|
||||
options:
|
||||
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
|
||||
@@ -18,6 +18,15 @@ framework:
|
||||
multiplier: 2
|
||||
max_delay: 86400000
|
||||
|
||||
rdap_low:
|
||||
dsn: '%env(MESSENGER_RDAP_ASYNC_TRANSPORT_DSN)%'
|
||||
options:
|
||||
consumer: '%env(MESSENGER_CONSUMER_NAME)%'
|
||||
retry_strategy:
|
||||
delay: 2000
|
||||
multiplier: 2
|
||||
max_delay: 86400000
|
||||
|
||||
failed: 'doctrine://default?queue_name=failed'
|
||||
# sync: 'sync://'
|
||||
|
||||
@@ -37,4 +46,4 @@ framework:
|
||||
App\Message\ProcessWatchlist: async
|
||||
App\Message\UpdateRdapServers: async
|
||||
App\Message\ValidateConnectorCredentials: async
|
||||
App\Message\UpdateDomain: rdap_async
|
||||
App\Message\UpdateDomain: rdap_high
|
||||
|
||||
Reference in New Issue
Block a user