mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-27 04:54:04 -05:00
Clarify cron run time
This commit is contained in:
@@ -5,7 +5,7 @@ const salmoncalendar = require('./salmoncalendar');
|
||||
|
||||
console.info('Starting periodic tasks...');
|
||||
|
||||
// Run every day at 0min 30sec after the hour
|
||||
// Run every hour at 30sec after the hour
|
||||
new CronJob('30 0 * * * *', () => {
|
||||
splatnet.update();
|
||||
salmoncalendar.update();
|
||||
|
||||
Reference in New Issue
Block a user