Revert "feat: use redis as messenger transport"

This reverts commit e0d8bf20ad5788a0c6392abbf4752db9c517eb61.
This commit is contained in:
Maël Gangloff 2025-10-30 11:41:06 +01:00
parent e0d8bf20ad
commit d7e78a9808
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

4
.env
View File

@ -55,8 +55,8 @@ MESSENGER_CONSUMER_NAME=worker
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_ASYNC_TRANSPORT_DSN=redis://valkey:6379/messages?lazy=1
MESSENGER_RDAP_ASYNC_TRANSPORT_DSN=redis://valkey:6379/messages-rdap?lazy=1
MESSENGER_ASYNC_TRANSPORT_DSN=redis://localhost:6379/messages?lazy=1
MESSENGER_RDAP_ASYNC_TRANSPORT_DSN=redis://localhost:6379/messages-rdap?lazy=1
###< symfony/messenger ###