diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 5492331e6..6130ebf7f 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -104,8 +104,8 @@ fastify.listen({ port, host }, async (err: any, address: any) => { } console.log(`Coolify's API is listening on ${host}:${port}`); await initServer(); - await scheduler.start('cleanupPrismaEngines'); - await scheduler.start('checkProxies'); + // await scheduler.start('cleanupPrismaEngines'); + // await scheduler.start('checkProxies'); // setInterval(async () => { // if (!scheduler.workers.has('deployApplication')) {