mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-08 01:46:13 +00:00
Remove new transporters, use existing async one
This commit is contained in:
parent
a3e70e0beb
commit
073044f2fa
@ -45,27 +45,6 @@ framework:
|
|||||||
|
|
||||||
auto_setup: false
|
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:
|
routing:
|
||||||
# routes added by chill-bundles recipes
|
# routes added by chill-bundles recipes
|
||||||
'Chill\CalendarBundle\Messenger\Message\CalendarRangeMessage': async
|
'Chill\CalendarBundle\Messenger\Message\CalendarRangeMessage': async
|
||||||
@ -82,9 +61,7 @@ framework:
|
|||||||
'Chill\MainBundle\Workflow\Messenger\PostSignatureStateChangeMessage': priority
|
'Chill\MainBundle\Workflow\Messenger\PostSignatureStateChangeMessage': priority
|
||||||
'Chill\MainBundle\Workflow\Messenger\PostPublicViewMessage': async
|
'Chill\MainBundle\Workflow\Messenger\PostPublicViewMessage': async
|
||||||
'Chill\MainBundle\Service\Workflow\CancelStaleWorkflowMessage': async
|
'Chill\MainBundle\Service\Workflow\CancelStaleWorkflowMessage': async
|
||||||
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\SendImmediateNotificationEmailMessage': immediate_email
|
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\SendImmediateNotificationEmailMessage': async
|
||||||
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\ScheduleDailyNotificationEmailMessage': daily_email
|
|
||||||
'Chill\MainBundle\Notification\Email\NotificationEmailMessages\SendDailyDigestMessage': daily_email
|
|
||||||
# end of routes added by chill-bundles recipes
|
# end of routes added by chill-bundles recipes
|
||||||
# Route your messages to the transports
|
# Route your messages to the transports
|
||||||
# 'App\Message\YourMessage': async
|
# 'App\Message\YourMessage': async
|
||||||
|
Loading…
x
Reference in New Issue
Block a user