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:
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