diff options
| author | Christian Cleberg <[email protected]> | 2026-05-06 23:19:54 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-06 23:19:54 -0500 |
| commit | 6289a28296bd0863d373bb47c1c85038f4bc6a2b (patch) | |
| tree | dee6f38ddf69ef361ceaccc855ac8b70cbe302a2 /API.md | |
| parent | 79182c129011a65bec9006d295dbe382b0d81f97 (diff) | |
| download | hutch-stats-6289a28296bd0863d373bb47c1c85038f4bc6a2b.tar.gz hutch-stats-6289a28296bd0863d373bb47c1c85038f4bc6a2b.tar.bz2 hutch-stats-6289a28296bd0863d373bb47c1c85038f4bc6a2b.zip | |
feat: improve scheduled indexing throughput and capped backoff
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
