From ac6316e3ffe04f41f180597135d29a2aaafc245a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 23 Feb 2026 11:44:47 +0100 Subject: [PATCH] Route `AuditDumpRequestMessage` to the `async` transport in messenger configuration. --- config/packages/messenger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/messenger.yaml b/config/packages/messenger.yaml index 4274aeec6..553751083 100644 --- a/config/packages/messenger.yaml +++ b/config/packages/messenger.yaml @@ -66,6 +66,7 @@ framework: 'Chill\MainBundle\Export\Messenger\ExportRequestGenerationMessage': priority 'Chill\MainBundle\Export\Messenger\RemoveExportGenerationMessage': async 'Chill\MainBundle\Notification\Email\NotificationEmailMessages\ScheduleDailyNotificationDigestMessage': async + 'Chill\MainBundle\Audit\Messenger\AuditDumpRequestMessage': async # end of routes added by chill-bundles recipes # Route your messages to the transports # 'App\Message\YourMessage': async