rename cron
This commit is contained in:
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,
|
||||||
|
Reference in New Issue
Block a user