This commit is contained in:
Andras Bacsai
2022-08-25 11:59:56 +02:00
parent 8e6423e873
commit 7c8ffd510e
2 changed files with 0 additions and 2 deletions

View File

@@ -104,7 +104,6 @@ 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('test');
// await scheduler.start('cleanupPrismaEngines'); // await scheduler.start('cleanupPrismaEngines');
// await scheduler.start('checkProxies'); // await scheduler.start('checkProxies');

View File

@@ -18,7 +18,6 @@ const options: any = {
} }
}, },
jobs: [ jobs: [
{ name: 'test',interval: '2s' },
{ {
name: 'deployApplication', name: 'deployApplication',
}, },