From 96fe04b6c8f25b3c7b46ce276ebf99970b215e17 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 7 Jul 2022 03:30:04 +0000 Subject: [PATCH] todo complete --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 206fdec4..85004152 100644 --- a/TODO.md +++ b/TODO.md @@ -35,7 +35,7 @@ - [x] endpoint for health checks. if no synced servers, give a 502 error - [x] rpc errors propagate too far. one subscription failing ends the app. isolate the providers more (might already be fixed) - [x] incoming rate limiting (by ip) -- [ ] connection pool for redis +- [x] connection pool for redis - [ ] automatically route to archive server when necessary - [ ] handle log subscriptions - [ ] basic request method stats