debug
This commit is contained in:
parent
57b462223c
commit
c99f74b351
@ -108,6 +108,11 @@ fastify.listen({ port, host }, async (err: any, address: any) => {
|
|||||||
// await scheduler.start('cleanupPrismaEngines');
|
// await scheduler.start('cleanupPrismaEngines');
|
||||||
// await scheduler.start('checkProxies');
|
// await scheduler.start('checkProxies');
|
||||||
|
|
||||||
|
setInterval(async () => {
|
||||||
|
if (!scheduler.workers.has('test')) {
|
||||||
|
scheduler.run('test');
|
||||||
|
}
|
||||||
|
}, 2000)
|
||||||
// setInterval(async () => {
|
// setInterval(async () => {
|
||||||
// if (!scheduler.workers.has('deployApplication')) {
|
// if (!scheduler.workers.has('deployApplication')) {
|
||||||
// scheduler.run('deployApplication');
|
// scheduler.run('deployApplication');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user