Fix: Run clear data at specific time

This commit is contained in:
Nelson Chan 2021-10-10 00:16:29 +08:00
parent 8caf47988c
commit ac80631bcd

View File

@ -5,7 +5,7 @@ const { SHARE_ENV } = require("worker_threads");
const jobs = [
{
name: "clear-old-data",
interval: "every 1 day",
interval: "at 03:14",
}
];