Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about leaving too small a window between checks #865

Open
peterschretlen opened this issue Jul 12, 2024 · 1 comment
Open

Warning about leaving too small a window between checks #865

peterschretlen opened this issue Jul 12, 2024 · 1 comment
Labels
feature:browser feature:scripted frontend Needs to be implemented in the frontend application

Comments

@peterschretlen
Copy link
Contributor

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.

@peterschretlen peterschretlen added feature:browser feature:scripted frontend Needs to be implemented in the frontend application labels Jul 12, 2024
@peterschretlen
Copy link
Contributor Author

  1. What are the numbers we should warn on?
  2. Wording this in such a way that it will make sense to users. "Recommendation or best practice to leave some buffer between test executions"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:browser feature:scripted frontend Needs to be implemented in the frontend application
Projects
None yet
Development

No branches or pull requests

1 participant