feat: add low priority RDAP message queue

This commit is contained in:
Maël Gangloff
2025-10-31 16:40:42 +01:00
parent 0fa95cc95c
commit ff5a2d7d67
4 changed files with 12 additions and 6 deletions

3
.env
View File

@@ -56,7 +56,8 @@ MESSENGER_CONSUMER_NAME=worker
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_ASYNC_TRANSPORT_DSN=redis://localhost:6379/messages?lazy=1
MESSENGER_RDAP_ASYNC_TRANSPORT_DSN=redis://localhost:6379/messages-rdap?lazy=1
MESSENGER_RDAP_LOW_TRANSPORT_DSN=redis://localhost:6379/messages-rdap-low?lazy=1
MESSENGER_RDAP_HIGH_TRANSPORT_DSN=redis://localhost:6379/messages-rdap-high?lazy=1
###< symfony/messenger ###