Enable sync transport in messenger configuration (#1464)

Very little downside to enabling by default, as it's (almost) the same as not sending something through a transport at all.
This commit is contained in:
Tac Tacelosky
2025-11-04 13:45:36 +01:00
committed by GitHub
parent f7f22c6a3d
commit 575539a437
@@ -7,7 +7,7 @@ framework:
# https://symfony.com/doc/current/messenger.html#transport-configuration
# async: '%env(MESSENGER_TRANSPORT_DSN)%'
# failed: 'doctrine://default?queue_name=failed'
# sync: 'sync://'
sync: 'sync://'
routing:
# Route your messages to the transports