Skip to content

Commit bb73256

Browse files
committed
chore(seer): Increase backfill batch size to 40 and reduce delay to 5s
Previous settings were too conservative. Seer processes tasks quickly so we can increase throughput without overloading it.
1 parent 4ad63e2 commit bb73256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sentry/tasks/seer/backfill_supergroups_lightweight.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
logger = logging.getLogger(__name__)
2727

28-
BATCH_SIZE = 25
29-
INTER_BATCH_DELAY_S = 10
28+
BATCH_SIZE = 40
29+
INTER_BATCH_DELAY_S = 5
3030
MAX_FAILURES_PER_BATCH = 10
3131

3232

0 commit comments

Comments
 (0)