debug
This commit is contained in:
parent
57b462223c
commit
c99f74b351
1 changed files with 5 additions and 0 deletions
|
|
@ -108,6 +108,11 @@ fastify.listen({ port, host }, async (err: any, address: any) => {
|
|||
// await scheduler.start('cleanupPrismaEngines');
|
||||
// await scheduler.start('checkProxies');
|
||||
|
||||
setInterval(async () => {
|
||||
if (!scheduler.workers.has('test')) {
|
||||
scheduler.run('test');
|
||||
}
|
||||
}, 2000)
|
||||
// setInterval(async () => {
|
||||
// if (!scheduler.workers.has('deployApplication')) {
|
||||
// scheduler.run('deployApplication');
|
||||
|
|
|
|||
Loading…
Reference in a new issue