Updates
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ import cronCheckServices from "./functions/check-services";
|
||||
while (true) {
|
||||
console.log(`Running Cron Services ...`);
|
||||
|
||||
await cronCheckServices();
|
||||
try {
|
||||
await cronCheckServices();
|
||||
} catch (error) {}
|
||||
|
||||
await Bun.sleep(AppData["CronInterval"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user