Skip to content

Commit 45091fc

Browse files
authored
Merge pull request #119201 from jacegummersall/patch-7
Update alerts-troubleshoot.md
2 parents 4d3c721 + ff4f233 commit 45091fc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/azure-monitor/alerts/alerts-troubleshoot.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,15 @@ If you can see a fired alert in the portal, but its configured action did not tr
150150

151151
1. **Did your webhook become unresponsive or return errors?**
152152

153-
The webhook response timeout period is 10 seconds. When the HTTP endpoint does not respond or when the following HTTP status codes are returned, the webhook call is retried up to two times:
154-
155-
- `408`
156-
- `429`
157-
- `503`
158-
- `504`
159-
160-
One retry occurs after 10 seconds and another retry occurs after 100 seconds. If the second retry fails, the endpoint is not called again for 15 minutes for any action group.
153+
Webhook action groups generally follow these rules when called:
154+
- When a webhook is invoked, if the first call fails, it is retried at least 1 more time, and up to 5 times (5 retries) at various delay intervals (5, 20, 40 seconds).
155+
- The delay between 1st and 2nd attempt is 5 seconds
156+
- The delay between 2nd and 3rd attempt is 20 seconds
157+
- The delay between 3rd and 4th attempt is 5 seconds
158+
- The delay between 4th and 5th attempt is 40 seconds
159+
- The delay between 5th and 6th attempt is 5 seconds
160+
- After retries attempted to call the webhook fail, no action group calls the endpoint for 15 minutes.
161+
- The retry logic assumes that the call can be retried. The status codes: 408, 429, 503, 504, or `HttpRequestException`, `WebException`, or `TaskCancellationException` allow for the call to be retried.
161162

162163
## Action or notification happened more than once
163164

0 commit comments

Comments
 (0)