This commit is contained in:
parent
c1f33578d7
commit
02015525e3
@ -64,7 +64,7 @@ export const app = new Elysia();
|
|||||||
app.use(
|
app.use(
|
||||||
cron({
|
cron({
|
||||||
name: "player-statistics-tracker-cron",
|
name: "player-statistics-tracker-cron",
|
||||||
pattern: "0 1 * * * *", // Every day at 00:01
|
pattern: "0 1 * * *", // Every day at 00:01
|
||||||
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