From e27bbe17fd5d8f06fc3ccb4a8de97a0775a1439c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 11 Apr 2026 22:48:38 -0500 Subject: add durable actor queueing and staggered discovery imports --- API.md | 1 + 1 file changed, 1 insertion(+) (limited to 'API.md') diff --git a/API.md b/API.md index 8d05885..0117df2 100644 --- a/API.md +++ b/API.md @@ -52,6 +52,7 @@ Background polling: - When `ENABLE_SCHEDULER=true`, the service runs one poll immediately at startup and then continues polling on `POLL_INTERVAL_SECONDS`. - 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. - Manual polling remains available through `POST /api/contributions/poll`. Repository names: -- cgit v1.2.3