diff options
| author | Christian Cleberg <[email protected]> | 2026-04-11 22:52:17 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-11 22:52:17 -0500 |
| commit | 3489797460f9f8d19d37806da3b99c6b0baf4cf0 (patch) | |
| tree | 3e4e76b347c1f133e01af186f3c6089ca2ca99a6 | |
| parent | e27bbe17fd5d8f06fc3ccb4a8de97a0775a1439c (diff) | |
| download | hutch-stats-3489797460f9f8d19d37806da3b99c6b0baf4cf0.tar.gz hutch-stats-3489797460f9f8d19d37806da3b99c6b0baf4cf0.tar.bz2 hutch-stats-3489797460f9f8d19d37806da3b99c6b0baf4cf0.zip | |
add durable actor queueing and staggered discovery imports
| -rw-r--r-- | compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compose.yml b/compose.yml index 3ec0560..74fd9cf 100644 --- a/compose.yml +++ b/compose.yml @@ -14,10 +14,15 @@ services: DATABASE_URL: sqlite:////data/srht_contrib.db DEFAULT_ACTOR: ${DEFAULT_ACTOR} POLL_INTERVAL_SECONDS: ${POLL_INTERVAL_SECONDS:-900} + DISCOVERY_BATCH_SIZE: ${DISCOVERY_BATCH_SIZE:-5} + INDEXED_ACTOR_REPOLL_SECONDS: ${INDEXED_ACTOR_REPOLL_SECONDS:-21600} + DISCOVERY_ERROR_BACKOFF_SECONDS: ${DISCOVERY_ERROR_BACKOFF_SECONDS:-3600} + SRHT_REQUEST_DELAY_SECONDS: ${SRHT_REQUEST_DELAY_SECONDS:-0.5} ACTOR_ALIASES_JSON: ${ACTOR_ALIASES_JSON:-{}} GIT_TRACKED_REPOSITORIES: ${GIT_TRACKED_REPOSITORIES:-[]} volumes: - hutch-stats-data:/data + - ./srht_usernames.txt:/app/srht_usernames.txt:ro restart: unless-stopped volumes: |
