Open simonpasquier opened 4 years ago
Hi, is this issue still relevant? I'd like to work on it if it still is
Hey I think this is still relevant as more and more backends adopt 429 HTTP code.
Hi @simonpasquier , is this unexpected status code 429: {\"retry_after\":1,\"ok\":false,\"error\":\"rate_limited\"}"
issue fixed already?
Facing same error for slack notifications
alertmanager version v0.24.0
notify retry canceled due to unrecoverable error after 1 attempts: channel \"\": unexpected status code 429: {\"retry_after\":1,\"ok\":false,\"error\":\"rate_limited\"}"
Looking at the various integrations, some of them provide hints on how you should retry once you're rate-limited:
Currently the retry behavior for all integrations is a simple back-off mechanism using the github.com/cenkalti/backoff/v4 library.
Other integrations (VictorOps, WeChat) don't provide much information about retry strategies so the current implementation is probably good enough for them. The same is true for the webhook integration.
This is a follow up of #2121, #2128 and #2119. In particular this comment is relevant.