|
@@ -5,7 +5,10 @@ framework:
|
|
|
|
|
|
|
|
transports:
|
|
transports:
|
|
|
# https://symfony.com/doc/current/messenger.html#transport-configuration
|
|
# https://symfony.com/doc/current/messenger.html#transport-configuration
|
|
|
- async: '%env(MESSENGER_TRANSPORT_DSN)%'
|
|
|
|
|
|
|
+ async:
|
|
|
|
|
+ dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
|
|
|
|
|
+ retry_strategy:
|
|
|
|
|
+ max_retries: 0
|
|
|
failed: '%env(MESSENGER_TRANSPORT_DSN)%?queue_name=failed'
|
|
failed: '%env(MESSENGER_TRANSPORT_DSN)%?queue_name=failed'
|
|
|
sync: 'sync://'
|
|
sync: 'sync://'
|
|
|
|
|
|
|
@@ -18,3 +21,4 @@ framework:
|
|
|
'App\Message\Message\Typo3\Typo3Undelete': async
|
|
'App\Message\Message\Typo3\Typo3Undelete': async
|
|
|
'App\Message\Message\OrganizationCreation': async
|
|
'App\Message\Message\OrganizationCreation': async
|
|
|
'App\Message\Message\OrganizationDeletion': async
|
|
'App\Message\Message\OrganizationDeletion': async
|
|
|
|
|
+
|