This commit is contained in:
Andras Bacsai
2022-08-25 11:09:38 +02:00
parent 055db97273
commit 57b462223c
3 changed files with 17 additions and 0 deletions

View File

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