fix(history): back off retryable source failures

This commit is contained in:
冰朔 2026-08-01 19:50:52 +08:00
commit 575e7aaffd
3 changed files with 31 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"notion_batch_size": 600,
"git_batch_size": 500,
"review_queue_backfill_batch_size": 500,
"source_retry_backoff_seconds": 1800,
"semantic_review_endpoint": "http://127.0.0.1:8077/v1/broadcast",
"semantic_review_interval_seconds": 600,
"semantic_review_batch_size": 8,