add finisheding msg
Some checks failed
Deploy CI / deploy (push) Successful in 21s
Publish Docker Image / docker (push) Has been cancelled

This commit is contained in:
Lee
2024-01-06 09:27:09 +00:00
parent d15f1613f0
commit 4b7b43c036
3 changed files with 7 additions and 4 deletions

View File

@ -20,8 +20,8 @@ export default class ServerManager {
}
logger.info(`Loaded ${this.servers.length} servers!`);
cron.schedule(Config.pinger.pingCron, () => {
this.pingServers();
cron.schedule(Config.pinger.pingCron, async () => {
await this.pingServers();
});
cron.schedule(Config.pinger.dnsInvalidationCron, () => {