Skip to content
Snippets Groups Projects
Commit 3c1a00bd authored by kuzdogan's avatar kuzdogan
Browse files

Fix cron every minute to at :00

parent fb7ba515
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ const logger = require('./logger');
// * 13 */5 * * ==> every fifth day of the month at 13:00 5th, 10th, 15th...
//
schedule.scheduleJob('* 13 * * 1', checkValidatorsAndSendEmails);
schedule.scheduleJob('0 13 * * 1', checkValidatorsAndSendEmails);
// schedule.scheduleJob('*/5 * * * * *', () => logger.log('Hi'));
function checkValidatorsAndSendEmails() {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment