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

FEATURE REQUEST: more flexible interval override #37

Open
thewoolleyman opened this issue May 30, 2014 · 0 comments
Open

FEATURE REQUEST: more flexible interval override #37

thewoolleyman opened this issue May 30, 2014 · 0 comments

Comments

@thewoolleyman
Copy link
Collaborator

Currently, we use site checks as a "MVP CI" - e.g. we hit a "canary page" that indicates if a given site is working correctly.

However, we want these to be at a longer interval (e.g. 120 seconds), so they don't spam the server with requests.

The problem is when we add or change a site check name, all existing workstations don't have the local override for the new site name, they default to frequently checking it and spamming it.

This has a "viral" effect, of all workstations spamming as soon as they pull the new Checkfile, until the local interval override is made for the new sites.

Two possible solutions:

  1. Make local interval overrides take wildcards/regex, e.g. so all site checks can be given a longer interval, regardless of their name
  2. Allow interval to be overridden in the Checkfile itself, so the interval is set as soon as the new Checkfile (and new sites) are checked out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant