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
Add safety check to prevent jittered times from going before start
When using large jitter values, the random offset could potentially
push scheduled times before the start time. Added a safety check to
clamp jittered times to never be earlier than the start time.
Added test case to verify this edge case is handled correctly.
Co-authored-by: Chris Guidry <[email protected]>
0 commit comments