Skip to content

Commit 768f4e2

Browse files
authored
fix(crons): Temporarily increase frequency of the broken monitor task (#68632)
We want to capture profiles for this task to see what's up with performance.
1 parent c7ffe64 commit 768f4e2

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)