Changing frequencies #814
sahithyandev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently we can select a Frequency under Scheduling section of each monitor. It could be more useful if we can had an option to choose a more granular way. Here is an example.
A monitor is setup to check for every 30minutes. At 2000h, the monitor detects failure.
Current behavior
The monitor will check again at 2030h.
Proposed behavior
Granular frequency option is enabled for this monitor. OpenStatus checks again at 2010h (1/3rd of initial timeout). If not, checks again at 2015h (1/2 of the last timeout). We can do this for n times (based on the tier of the account). After n times, fall back to normal behavior.
I understand this might be confusing for old users
Beta Was this translation helpful? Give feedback.
All reactions