asd
This commit is contained in:
parent
8e6423e873
commit
7c8ffd510e
2 changed files with 0 additions and 2 deletions
|
|
@ -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');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ const options: any = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
jobs: [
|
jobs: [
|
||||||
{ name: 'test',interval: '2s' },
|
|
||||||
{
|
{
|
||||||
name: 'deployApplication',
|
name: 'deployApplication',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue