VJ
Size: a a a
Р

VJ

ИВ
SK
https://www.npmjs.com/package/cron.SK
PS
https://www.npmjs.com/package/cron.SK
PS
SK
50 */9 * * * *SK
SK
PS
50 */9 * * * *SK
SK
PS
SK
15 minutes
number type of minutes
0 seconds
number type of seconds
SK
SK
PS
15 minutes
number type of minutes
0 seconds
number type of seconds
const minutes: any = Math.floor(config.runBySeconds / 60);
const seconds: any = config.runBySeconds - (minutes * 60);
const time = `${seconds} */${minutes} * * * *`;
console.log(time, 'time');