IO-2959 Implement logger & best practices.

This commit is contained in:
Patrick Fic
2024-11-26 08:52:58 -08:00
parent 6058bb1b8f
commit a4bff1a548
2 changed files with 28 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ const { applyIOHelpers } = require("./server/utils/ioHelpers");
const { redisSocketEvents } = require("./server/web-sockets/redisSocketEvents");
const { ElastiCacheClient, DescribeCacheClustersCommand } = require("@aws-sdk/client-elasticache");
const { InstanceRegion } = require("./server/utils/instanceMgr");
const { StartStatusReporter } = require("./server/utils/statusReporter");
const StartStatusReporter = require("./server/utils/statusReporter");
const CLUSTER_RETRY_BASE_DELAY = 100;
const CLUSTER_RETRY_MAX_DELAY = 5000;