From 5b297e056534186a0ba75427bfc2ad16f79a554d Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Tue, 26 Nov 2024 23:42:19 +0200 Subject: [PATCH] strike completed robustness items from todo --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 42523db..1a7d79f 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,7 @@ The idea is that we can have much larger limits if we scale down the volume of t - keep track of currently subscribed PDSes in application state - discover PDSes via crawling instead of hardcoding 1 (lol) - do not allow PDSes with more than 1000 repos -- robustness: - - try to reconnect (tamed exponential backoff) if we lose connection to a PDS - - allow catchup with cursor based on history data - history: - - timestamp instead of seq number as key + - timestamp instead of seq number as key ? - purge based on ttl - takedowns probably