Remove new transporters, use existing async one

This commit is contained in:
Julie Lenaerts 2025-07-03 12:13:13 +02:00
parent a3e70e0beb
commit 073044f2fa

View File

@ -45,27 +45,6 @@ framework:
auto_setup: false
immediate_email:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%/priority'
options:
queue_name: immediate_notifications
exchange:
name: notifications
type: direct
retry_strategy:
max_retries: 3
delay: 1000
multiplier: 2
daily_email:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
options:
queue_name: daily_notifications
exchange:
name: notifications
type: direct
# No automatic consumption - handled by cron job
routing:
# routes added by chill-bundles recipes
'Chill\CalendarBundle\Messenger\Message\CalendarRangeMessage': async
@ -82,9 +61,7 @@ framework:
'Chill\MainBundle\Workflow\Messenger\PostSignatureStateChangeMessage': priority
'Chill\MainBundle\Workflow\Messenger\PostPublicViewMessage': async
'Chill\MainBundle\Service\Workflow\CancelStaleWorkflowMessage': async
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\SendImmediateNotificationEmailMessage': immediate_email
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\ScheduleDailyNotificationEmailMessage': daily_email
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\SendDailyDigestMessage': daily_email
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\SendImmediateNotificationEmailMessage': async
# end of routes added by chill-bundles recipes
# Route your messages to the transports
# 'App\Message\YourMessage': async