You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/on-call/configuration/schedule.mdx
+34-6Lines changed: 34 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,9 @@ Understanding these concepts before configuration will help you better plan your
28
28
|**Rotation**| Determines how on-call personnel hand off. For example, "handoff every Monday at 10 AM" |
29
29
|**Override**| Temporarily adjust the on-call person for a specific time period without modifying permanent rules (commonly used for leave, temporary coverage) |
30
30
|**Date Mask**| Select which days to participate in on-call, e.g., Team A on-call Monday to Friday, Team B on weekends |
31
+
|**Continuous Rotation**| When enabled, rotation boundaries are calculated based on shift start time, preventing shifts from being split at 00:00. Only supported when date mask is configured. See [Date mask and continuous rotation](#date-mask-and-continuous-rotation) for details |
@@ -86,7 +83,38 @@ When on-call personnel need leave or have temporary conflicts, **don't modify pe
86
83
We recommend having a brief sync meeting between outgoing and incoming on-call personnel before official handoff to confirm outstanding issues and current system status—this is safer than just system notifications.
87
84
</Tip>
88
85
89
-
## Common Scheduling Scenarios
86
+
## Date mask and continuous rotation
87
+
88
+
---
89
+
90
+
### Date mask
91
+
92
+
Date mask controls which days of the week an on-call rule takes effect. By selecting different day combinations, you can flexibly implement differentiated scheduling between weekdays and weekends.
93
+
94
+
Common use cases:
95
+
-**Weekday/weekend separation**: Team A on-call during weekdays, Team B on weekends
96
+
-**Specific day scheduling**: Assign certain personnel only on Monday, Wednesday, and Friday
97
+
-**Day/night shift by day**: Configure day and night shift rules for weekdays, and full-day on-call rules for weekends
98
+
99
+
### Continuous rotation
100
+
101
+
By default, schedules are divided at 00:00 each calendar day. If a shift spans midnight, it will be split into separate time segments.
When **continuous rotation** is enabled, rotation boundaries are calculated based on shift start time rather than the 00:00 cutoff. Each on-call member will complete a full rotation cycle without being split at midnight.
0 commit comments