Skip to content

Commit ba201b7

Browse files
committed
Revert "Revert "fix(crons): Temporarily increase frequency of the broken monitor task (#68632)""
This reverts commit 1c7d2b4. We've disabled this feature flag for now. I want to get this running frequently again so that I can perform some tests.
1 parent 3075c03 commit ba201b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
10421042
"monitors-detect-broken-monitor-envs": {
10431043
"task": "sentry.monitors.tasks.detect_broken_monitor_envs",
10441044
# 8:00 PDT, 11:00 EDT, 15:00 UTC
1045-
"schedule": crontab(minute="0", hour="15", day_of_week="mon-fri"),
1045+
"schedule": crontab(minute="*/30"),
10461046
"options": {"expires": 15 * 60},
10471047
},
10481048
"clear-expired-snoozes": {

0 commit comments

Comments
 (0)