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

fix(check): Failing checks and default location #18

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

akosveres
Copy link
Collaborator

See each commit for more details on changes.

Previously we've been setting MaxResponseTime as the Frequency,
MaxResponseTime is supposed to be in miliseconds, thus setting Frequency
to 5, would make MaxResponseTime 5 miliseconds, the checklyhq backend
didn't know what to do with this number so it was empty, created checks
failed immediately.

This fixes #17.
Checks are tied to group, each group has location settings, we shouldn't
set the default location to eu-west-1 anymore
@akosveres akosveres requested a review from ianaya89 July 7, 2022 11:53
@akosveres akosveres merged commit 4607842 into main Jul 7, 2022
@akosveres akosveres deleted the BAU_failing_checks branch July 7, 2022 13:29
@github-actions
Copy link

github-actions bot commented Jul 7, 2022

🎉 This PR is included in version 1.2.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checks created are not functioning
2 participants