This commit is contained in:
Andras Bacsai
2022-08-25 10:53:04 +02:00
parent c80ebf73ee
commit 055db97273

View File

@@ -104,8 +104,8 @@ fastify.listen({ port, host }, async (err: any, address: any) => {
} }
console.log(`Coolify's API is listening on ${host}:${port}`); console.log(`Coolify's API is listening on ${host}:${port}`);
await initServer(); await initServer();
await scheduler.start('cleanupPrismaEngines'); // await scheduler.start('cleanupPrismaEngines');
await scheduler.start('checkProxies'); // await scheduler.start('checkProxies');
// setInterval(async () => { // setInterval(async () => {
// if (!scheduler.workers.has('deployApplication')) { // if (!scheduler.workers.has('deployApplication')) {