mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user