|
|
|
|
@ -7,8 +7,9 @@ framework:
@@ -7,8 +7,9 @@ framework:
|
|
|
|
|
async: |
|
|
|
|
dsn: '%env(MESSENGER_TRANSPORT_DSN)%' |
|
|
|
|
options: |
|
|
|
|
stream: app:%env(APP_ENV)%:messenger:async # dev/prod get different keys |
|
|
|
|
group: app |
|
|
|
|
stream: '%env(APP_ENV)%:messenger:async' # dev/prod get different keys |
|
|
|
|
group: '%env(APP_ENV)%' |
|
|
|
|
consumer: 'consumer-%env(APP_ENV)%' |
|
|
|
|
delete_after_ack: true |
|
|
|
|
redeliver_timeout: 600 |
|
|
|
|
# https://symfony.com/doc/current/messenger.html#transport-configuration |
|
|
|
|
|