Skip to content

Commit ef4bfd9

Browse files
roggenkemperclaude
andcommitted
fix(issue-detection): Stop reverting cron schedule change from master
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5f1e8ae commit ef4bfd9

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
@@ -1216,7 +1216,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
12161216
},
12171217
"llm-issue-detection": {
12181218
"task": "issues:sentry.tasks.llm_issue_detection.run_llm_issue_detection",
1219-
"schedule": crontab("0", "*", "*", "*", "*"),
1219+
"schedule": crontab("*/15", "*", "*", "*", "*"),
12201220
},
12211221
"preprod-detect-expired-artifacts": {
12221222
"task": "preprod:sentry.preprod.tasks.detect_expired_preprod_artifacts",

0 commit comments

Comments
 (0)