How to change the retry limit on Postal.io #3415
-
Hey! On my postal UI, I am seeing many emails that have been Delayed 'soft fail' and retry 17+ times. I am worried this is going to waste resources so I'd like to either limit my retry rate or programmatically remove the message from the retry queue so I don't have to do it manually. I haven't found much luck on my own so I am reaching out to see if anyone has any ideas! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately the nature of the internet is that things do sometimes not work, Postal has an exponential backoff on retries so each time it waits a little longer before trying again. If you do want to change the number of retries, that is this setting in the config Line 13 in 9c5f96a |
Beta Was this translation helpful? Give feedback.
Unfortunately the nature of the internet is that things do sometimes not work, Postal has an exponential backoff on retries so each time it waits a little longer before trying again.
If you do want to change the number of retries, that is this setting in the config
postal/doc/config/yaml.yml
Line 13 in 9c5f96a