omg, what have I done..

This commit is contained in:
Andras Bacsai
2022-12-27 21:02:04 +01:00
parent 78f0e6ff6b
commit 4d26175ebe
3 changed files with 4 additions and 4 deletions

View File

@@ -156,10 +156,10 @@ const host = '0.0.0.0';
graceful.listen();
setInterval(async () => {
if (!scheduler.workers.has('deployApplication')) {
if (!scheduler.workers.has('deployApplication')) {
scheduler.run('deployApplication');
}
}, 60000 * 15);
}, 2000);
// autoUpdater
setInterval(async () => {