From 3b0b99cb1b7d5b16e7c4cedbe2369a31a5b51b68 Mon Sep 17 00:00:00 2001 From: samad-yar-khan Date: Sun, 27 Mar 2022 15:23:22 +0530 Subject: [PATCH] update cron job --- cms/config/functions/cron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/config/functions/cron.js b/cms/config/functions/cron.js index fd2ebfc2..7a795d6c 100644 --- a/cms/config/functions/cron.js +++ b/cms/config/functions/cron.js @@ -33,7 +33,7 @@ module.exports = { '*/* 10 * * * *': () => { githubKit('RocketChat','RC4Community',['issues','contributors','pulls']); }, - '*/* 10 * * * *': () => { + '*/* 30 * * * *': () => { gitlabKit(3472737,['issues','merges','members']); } }; \ No newline at end of file