From 700d53fbb0b5d2d9b93b0fc3ad49d371df7a1680 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Tue, 7 Oct 2025 13:09:24 +0200 Subject: [PATCH] Update todo list --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 553f38f..d94693f 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,10 @@ By setting `$BASE_DIR` you can persist the database for later runs. ## TODO -- CI -- Docker container (in flake) -- try fourmolu -- Test leap second handling in the `time` package -- use queue to sync logging of indexer and main thread +- [x] CI +- [x] Docker container (in flake) +- [x] try fourmolu +- [x] Test leap second handling in the `time` package +- [ ] Fix container shutdown delay +- [ ] Fix `responseFile` always returning 200 +- [ ] use queue to sync logging of indexer and main thread