documentation
documentation copied to clipboard
Webhook retry intervals incorrect
A small thing, but I was testing which was correct (documentation or code comment in the PHP SDK) regarding http repsonse code:
https://github.com/mailgun/mailgun-php/issues/658
when I discovered that the retry intervals listed for web hooks aren't quite right.

https://documentation.mailgun.com/en/latest/user_manual.html#webhooks
Mailgun will retry (other than for delivery notification) during 8 hours at the following intervals before stop trying: 10 minutes, ~~10 minutes~~, 15 minutes, 30 minutes, 1 hour, 2 hour and 4 hours.