mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 14:23:22 +08:00
add certificate-notification job
This commit is contained in:
@@ -6,7 +6,11 @@ const jobs = [
|
||||
{
|
||||
name: "clear-old-data",
|
||||
interval: "at 03:14",
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "certificate-notification",
|
||||
interval: "60 seconds", // TODO: Production should be larger
|
||||
},
|
||||
];
|
||||
|
||||
const initBackgroundJobs = function (args) {
|
||||
|
Reference in New Issue
Block a user