Skip to content

Commit 30bcbcb

Browse files
committed
chore: reduce backfill chunk to 1 day per run
1 parent 3ae5293 commit 30bcbcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automation/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _run_incremental_backfill(cfg, state, owner: str, repo: str) -> None:
202202
from automation.classifier.llm import classify_papers
203203
from automation.review.create_issues import create_review_issues
204204

205-
CHUNK_DAYS = 7 # days of history to process per daily run
205+
CHUNK_DAYS = 1 # days of history to process per daily run
206206

207207
cursor_str = state.get("backfill_cursor")
208208
if cursor_str is None:

0 commit comments

Comments
 (0)