This commit is contained in:
Andras Bacsai
2022-10-26 09:27:43 +02:00
parent 111bd29cc8
commit 4bcd034b3d
9 changed files with 148 additions and 33 deletions

View File

@@ -173,7 +173,13 @@ const host = '0.0.0.0';
setInterval(async () => {
await checkProxies();
await checkFluentBit();
}, 10000)
// Refresh and check templates
setInterval(async () => {
await refreshTemplates()
await migrateServicesToNewTemplate()
}, 10000)
setInterval(async () => {