From 612bacebedc79fd426d30433f37fc51e65b7b809 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 23 Jan 2023 10:37:28 +0100 Subject: [PATCH] fix: cleanupStuckedContainers --- apps/api/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 91a008238..2b12ed56d 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -174,7 +174,7 @@ const host = '0.0.0.0'; // Cleanup stucked containers (not defined in Coolify, but still running and managed by Coolify) setInterval(async () => { await cleanupStuckedContainers(); - }, 2000); + }, 60000); // checkProxies, checkFluentBit & refresh templates setInterval(async () => {