From c49528b0046913284f14b7e423e453d6413d07ce Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 18 Apr 2024 15:45:56 +0800 Subject: [PATCH] fix health check --- fly.production.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.production.toml b/fly.production.toml index e4fc9494..984def95 100644 --- a/fly.production.toml +++ b/fly.production.toml @@ -51,7 +51,7 @@ kill_timeout = '5s' port = 8080 timeout = "10s" type = "http" - processes = ['web', 'indexer_green'] + processes = ['web', 'indexer'] [[vm]] memory = '4gb'