From 5f0274681b40756a6d9af06920640c5d0eab7d6a Mon Sep 17 00:00:00 2001 From: ImJustChew Date: Sun, 2 Jun 2024 00:23:13 +0800 Subject: [PATCH] chore(cron); move cron to 12am GMT+8 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index c31b5fc5..58e1bb6d 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "crons": [ { "path": "/api/sync-courses", - "schedule": "0 0 * * *" + "schedule": "0 16 * * *" } ] } \ No newline at end of file