mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-07-19 17:34:09 -05:00
Tweak cron schedule
This commit is contained in:
parent
1ad8ac040d
commit
0493b175ea
|
|
@ -5,7 +5,7 @@ import { sendTweets } from "./twitter/index.mjs";
|
|||
|
||||
export default function() {
|
||||
new CronJob('5,20,35,50 * * * *', warmCaches, null, true);
|
||||
new CronJob('10 0,1,2,5,10,15,30,45 * * * *', async () => {
|
||||
new CronJob('15 0,2,5,10,15,30,45 * * * *', async () => {
|
||||
await updateAll();
|
||||
await sendTweets();
|
||||
}, null, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user