From 6289a28296bd0863d373bb47c1c85038f4bc6a2b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 May 2026 23:19:54 -0500 Subject: feat: improve scheduled indexing throughput and capped backoff --- API.md | 1 + 1 file changed, 1 insertion(+) (limited to 'API.md') diff --git a/API.md b/API.md index 43fb75f..8c810ab 100644 --- a/API.md +++ b/API.md @@ -54,6 +54,7 @@ Background polling: - The scheduler always seeds `DEFAULT_ACTOR` as a known actor. - Public contribution reads register additional actors for later background polling. - The scheduler only processes due actors, up to `DISCOVERY_BATCH_SIZE` per pass. +- Scheduled first indexing skips bounded one-year backfill work, then drains backfill in later scheduled passes so newly requested actors become indexed sooner. - Manual polling remains available through `POST /api/contributions/poll`. Repository names: -- cgit v1.2.3