From ba201b798600544d91bd138e3bf29e0894fc44ed Mon Sep 17 00:00:00 2001 From: Dan Fuller Date: Thu, 11 Apr 2024 14:45:39 -0700 Subject: [PATCH] Revert "Revert "fix(crons): Temporarily increase frequency of the broken monitor task (#68632)"" This reverts commit 1c7d2b444abd2720f4eb1728b3b1138286111fd5. We've disabled this feature flag for now. I want to get this running frequently again so that I can perform some tests. --- src/sentry/conf/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py index ab1c23749f85ab..c19290abbb2fa6 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -1042,7 +1042,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str: "monitors-detect-broken-monitor-envs": { "task": "sentry.monitors.tasks.detect_broken_monitor_envs", # 8:00 PDT, 11:00 EDT, 15:00 UTC - "schedule": crontab(minute="0", hour="15", day_of_week="mon-fri"), + "schedule": crontab(minute="*/30"), "options": {"expires": 15 * 60}, }, "clear-expired-snoozes": {