fix: cleanupStuckedContainers
This commit is contained in:
@@ -174,7 +174,7 @@ const host = '0.0.0.0';
|
|||||||
// Cleanup stucked containers (not defined in Coolify, but still running and managed by Coolify)
|
// Cleanup stucked containers (not defined in Coolify, but still running and managed by Coolify)
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
await cleanupStuckedContainers();
|
await cleanupStuckedContainers();
|
||||||
}, 2000);
|
}, 60000);
|
||||||
|
|
||||||
// checkProxies, checkFluentBit & refresh templates
|
// checkProxies, checkFluentBit & refresh templates
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
|
Reference in New Issue
Block a user