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
The planned infrastructure for scripted checks GA will have a retry mechanism when internal failures happen (these may happen when a new agent version is deployed to public probes for example)
However these retries will only happen until the next scheduled execution. For example if a synthetic check runs on a 1 minute interval and has a run-time of close to 1 minute there is no window for retries.
We should warn when the check interval and timeout suggest there is not enough buffer between checks to allow for retries. The risk is that there may be the ocassional gaps between test runs when they are not spaced far enough apart.
The text was updated successfully, but these errors were encountered:
The planned infrastructure for scripted checks GA will have a retry mechanism when internal failures happen (these may happen when a new agent version is deployed to public probes for example)
However these retries will only happen until the next scheduled execution. For example if a synthetic check runs on a 1 minute interval and has a run-time of close to 1 minute there is no window for retries.
We should warn when the check interval and timeout suggest there is not enough buffer between checks to allow for retries. The risk is that there may be the ocassional gaps between test runs when they are not spaced far enough apart.
The text was updated successfully, but these errors were encountered: