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

Fix time in CRON doc

parent 2027b031
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ const logger = require('./logger');
// minute hour day month day-of-week
// * 13 * * 1
//
// * 13 * * 1 ==> every Monday at 13:00
// * 13 */5 * * ==> every fifth day of the month at 13:00 5th, 10th, 15th...
// 0 13 * * 1 ==> every Monday at 13:00
// 0 13 */5 * * ==> every fifth day of the month at 13:00 5th, 10th, 15th...
//
schedule.scheduleJob('0 13 * * 1', checkValidatorsAndSendEmails);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment