fix cron
This commit is contained in:
parent
67c4865697
commit
b610c5d97f
@ -75,7 +75,7 @@ app.use(
|
|||||||
app.use(
|
app.use(
|
||||||
cron({
|
cron({
|
||||||
name: "player-scores-tracker-cron",
|
name: "player-scores-tracker-cron",
|
||||||
pattern: "*/1 * * * *", // 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,
|
||||||
run: async () => {
|
run: async () => {
|
||||||
|
Reference in New Issue
Block a user