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: add Google Drive and Maxmind healthchecks #380

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

patheard
Copy link
Member

@patheard patheard commented Jan 24, 2024

Summary

Add integration health checks for Google Drive and Maxmind.

Related

Add integration healthchecks for Google Drive and Maxmind.
@patheard patheard self-assigned this Jan 24, 2024
@patheard patheard requested a review from a team January 24, 2024 22:07
"""Check if the bot can interact with Maxmind."""
healthy = False
try:
result = geolocate("8.8.8.8")
Copy link
Member Author

@patheard patheard Jan 24, 2024

Choose a reason for hiding this comment

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

I'm open to suggestions for different IP addresses to use for this health check, but my thinking was that if Google public DNS isn't working, things are dire.

Copy link
Contributor

Choose a reason for hiding this comment

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

haha, I agree! I think this one would be the safest one to use.

"""Check if the bot can interact with Maxmind."""
healthy = False
try:
result = geolocate("8.8.8.8")
Copy link
Contributor

Choose a reason for hiding this comment

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

haha, I agree! I think this one would be the safest one to use.

@patheard patheard merged commit a319b6a into main Jan 24, 2024
4 checks passed
@patheard patheard deleted the feat/more-integration-healthchecks branch January 24, 2024 22:19
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.

FEAT: add integration health checks with CloudWatch alarms
2 participants