From a33b2c826a16f7d96294f632eedb5865a1c68c6a Mon Sep 17 00:00:00 2001 From: Marcus Girolneto Date: Thu, 22 Feb 2024 06:31:32 -0300 Subject: [PATCH] Fixing --- src/restart_conditions/unhealthy_nodes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/restart_conditions/unhealthy_nodes.js b/src/restart_conditions/unhealthy_nodes.js index 1ed8959..4fe94f1 100644 --- a/src/restart_conditions/unhealthy_nodes.js +++ b/src/restart_conditions/unhealthy_nodes.js @@ -1,5 +1,6 @@ import axios from "axios" import { CHECK_NODE_HEALTHY_LIMIT, DYNAMO_RESTART_TYPES, LAYERS, RESTART_REASONS } from "../utils/types.js" +import { sleep } from "../shared/shared.js" const _getUnhealthyNodes = async ( clusterInfo