Auto retry failed webhooks
Allow to optionally retry to send a webhook when it fails with an exponentially back off period.
Retry should happen on time outs and HTTP 5xx errors.
TBD if it should retry on 4xx errors (comments welcome).
Comments: 2
-
05 Oct, '21
TimoThat feature would be awesome.
Would be nice to have the opportunity to configure how different errors would be treated. -
18 Oct, '21
Sylvestre Dupont AdminParseur will now automatically retry sending webhooks with exponential back off for errors 408 (server timeout), 429 (too many requests) and any 5xx error (internal server errors)