-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Description
Description
I started using the roundrobin(...) config option of the Mailer, but I'm unable to configure the retryPeriod option, which would grant retries over failed connections:
| public function __construct(array $transports, int $retryPeriod = 60) |
This is an issue while using the Messenger (which I'm doing, even if not directly) because for 60 seconds my consumer is susceptible to any kind of transport failure.
I tried overriding that, but it required decorating the transport factory and using reflection, so... adding the possibility of piloting that option would be great!
Example
No response