From 3d45f2094ba3dc0a1d8c12644ea8a296ffb2bd79 Mon Sep 17 00:00:00 2001 From: Winston Andersen Date: Thu, 4 May 2023 16:14:38 +0700 Subject: [PATCH] Update README.md --- apps/indexer/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/indexer/README.md b/apps/indexer/README.md index 916146622911..307a927afb21 100644 --- a/apps/indexer/README.md +++ b/apps/indexer/README.md @@ -2,6 +2,7 @@ **TODO: Add description** + ## Structure The indexer is split into multiple fetchers. Each fetcher has its own supervising tree with a separate `TaskSupervisor` for better detecting of memory, message or blocking problems.