diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 12522a545..0f86e7d0a 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -159,7 +159,7 @@ const host = '0.0.0.0'; if (!scheduler.workers.has('deployApplication')) { scheduler.run('deployApplication'); } - }, 2000); + }, 60000 * 15); // autoUpdater setInterval(async () => {