fix(history): back off retryable source failures
This commit is contained in:
parent
5f21e685ef
commit
575e7aaffd
3 changed files with 31 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue