From cd9ec68e2e4b2882eef983267a2deabb31ed5faf Mon Sep 17 00:00:00 2001 From: Ben Zhang Date: Thu, 25 Apr 2024 18:39:44 +0000 Subject: [PATCH] Adjust comment to be more accurate --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 186a7fa..023e586 100644 --- a/app.py +++ b/app.py @@ -152,7 +152,7 @@ def build_info(): def health(): current_time = time.time() success = True - # Assuming the /health endpoint is called every 10 seconds, ping Sentry at least every minute. + # Assuming the /health endpoint is called every 10 seconds, ping Sentry about once every minute. if IS_SENTRY_ENABLED and current_time - state["sentry_cron_last_ping_time"] > 50: state["sentry_cron_last_ping_time"] = current_time capture_checkin(