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

feat: Execute checker every 5 minutes on sentry.io #28

Conversation

evanpurkhiser
Copy link
Member

Actually does something now

@evanpurkhiser evanpurkhiser requested review from wedamija and a team June 6, 2024 18:57
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-execute-checker-every-5-minutes-on-sentry-io branch from fb08980 to 3c55178 Compare June 6, 2024 18:58
Comment on lines +12 to +15
let client = ClientBuilder::new()
.timeout(Duration::from_secs(5))
.build()
.expect("Failed to build checker client");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll probably want a Checker::new() where it does this client building thing, but this is fine for now

@evanpurkhiser evanpurkhiser merged commit fbb3fa8 into main Jun 6, 2024
5 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-execute-checker-every-5-minutes-on-sentry-io branch June 6, 2024 19:56
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

Successfully merging this pull request may close these issues.

2 participants