From f9e8400d837922057f92259bd4c7288f7e863148 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 1 Oct 2022 13:46:52 +0000 Subject: [PATCH] temporary disable schedulers --- apps/api/src/lib/scheduler.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/api/src/lib/scheduler.ts b/apps/api/src/lib/scheduler.ts index 743463757..cec129bef 100644 --- a/apps/api/src/lib/scheduler.ts +++ b/apps/api/src/lib/scheduler.ts @@ -18,10 +18,10 @@ const options: any = { } } }, - jobs: [ - { name: 'infrastructure' }, - { name: 'deployApplication' }, - ], + // jobs: [ + // { name: 'infrastructure' }, + // { name: 'deployApplication' }, + // ], }; if (isDev) options.root = path.join(__dirname, '../jobs');