This commit is contained in:
Louis Lam
2023-11-18 13:54:27 +08:00
parent be7a296fc7
commit cd9f9d2427
10 changed files with 11 additions and 9 deletions

View File

@@ -291,7 +291,7 @@ export class DockgeServer {
}
// Run every 5 seconds
const job = Cron("*/2 * * * * *", {
Cron("*/2 * * * * *", {
protect: true, // Enabled over-run protection.
}, () => {
log.debug("server", "Cron job running");