hm
This commit is contained in:
parent
c80ebf73ee
commit
055db97273
1 changed files with 2 additions and 2 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue