Skip to content

Commit f8a09b3

Browse files
roggenkemperclaude
andcommitted
ref(issue-detection): Remove comment above dispatch constants
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b463c47 commit f8a09b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/tasks/llm_issue_detection/detection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
TRACE_PROCESSING_TTL_SECONDS = 7200
4646
MAX_LLM_FIELD_LENGTH = 2000
4747

48-
# Budget pacing: number of slots to spread dispatches across.
49-
# 10 slots × 15 min = 2.5h cycle. Increase toward 67 (~16.75h) as org count grows.
5048
DISPATCH_INTERVAL_MINUTES = 15
5149
NUM_DISPATCH_SLOTS = 10
5250
MAX_ORGS_PER_CYCLE = 500

0 commit comments

Comments
 (0)