asd
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user