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
fix(uptime): Fix ttl bug for hour interval monitors (#87200)
Setting this to an hour means that hour long checks will sometimes not
fire, or fire late, because the consecutive check values ends up ttled.
Updating this to be dynamic based on the max interval, and adding an
hour to account for any delays in processing.
<!-- Describe your PR here. -->
0 commit comments