fix: allow redis as transport

This commit is contained in:
Maël Gangloff
2024-08-22 22:15:43 +02:00
parent 030337e2ce
commit 68f4271d81

View File

@@ -6,9 +6,6 @@ framework:
# https://symfony.com/doc/current/messenger.html#transport-configuration # https://symfony.com/doc/current/messenger.html#transport-configuration
async: async:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%' dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
options:
use_notify: true
check_delayed_interval: 60000
retry_strategy: retry_strategy:
max_retries: 3 max_retries: 3
multiplier: 2 multiplier: 2