feat: update scheduler_default transport to disable retries for transient failures

This commit is contained in:
hamed
2026-07-07 13:00:42 +03:30
parent adbf401ed8
commit 57d081246f
+5
View File
@@ -13,6 +13,11 @@ framework:
sync: 'sync://'
scheduler_default:
dsn: 'schedule://default'
# SchedulerTransport cannot send(); any retry re-send crashes the
# worker with "cannot send messages". Disable retry — a transient
# handler failure (e.g. DB blip) is simply retried on the next tick.
retry_strategy:
max_retries: 0
routing:
'App\Shared\Message\SendSmsMessage': async