diff --git a/docs/sources/configure/escalation-chains-and-routes/index.md b/docs/sources/configure/escalation-chains-and-routes/index.md index 1b497b3a04..8f44e8fb5a 100644 --- a/docs/sources/configure/escalation-chains-and-routes/index.md +++ b/docs/sources/configure/escalation-chains-and-routes/index.md @@ -88,8 +88,11 @@ via the method configured in their user profile. * `Notify Slack User Group` - send a notification to each member of a slack user group. These users will be notified via the method configured in their user profile. * `Trigger outgoing webhook` - trigger an [outgoing webhook]. -* `Notify users one by one (round robin)` - each notification will be sent to a group of -users one by one, in sequential order in [round robin fashion](https://en.wikipedia.org/wiki/Round-robin_item_allocation). +* `Notify users one by one (round robin)` - notify users sequentially, cycling through users for **different alert groups**. +Example: if users A, B, and C are in the list, the first alert group notifies A, the second alert group notifies B, and +the third alert group notifies C. Note: users are sorted alphabetically by their username. +To notify multiple users **within the same alert group** until someone acknowledges, instead use `Notify users` policies with +`Wait` policies between them in the escalation chain. * `Continue escalation if current time is in range` - continue escalation only if current time is in specified range. It will wait for the specfied time to continue escalation. Useful when you want to get escalation only during working hours