asd
This commit is contained in:
parent
8e6423e873
commit
7c8ffd510e
@ -104,7 +104,6 @@ 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');
|
||||
|
||||
|
@ -18,7 +18,6 @@ const options: any = {
|
||||
}
|
||||
},
|
||||
jobs: [
|
||||
{ name: 'test',interval: '2s' },
|
||||
{
|
||||
name: 'deployApplication',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user