rename cron

This commit is contained in:
Lee 2024-10-25 17:39:25 +01:00
parent a421243973
commit 53e0ce007d

@ -73,7 +73,7 @@ app.use(
); );
app.use( app.use(
cron({ cron({
name: "scores-background-refresh", name: "player-scores-tracker-cron",
pattern: "0 4 * * *", // Every day at 04:00 pattern: "0 4 * * *", // Every day at 04:00
timezone: "Europe/London", // UTC time timezone: "Europe/London", // UTC time
protect: true, protect: true,