feat(watchdog): initialize watchdog connection and sync running instances

This commit is contained in:
2026-05-10 17:40:01 +08:00
parent ef27e7e0a9
commit e063a36e28
4 changed files with 54 additions and 18 deletions
+1
View File
@@ -72,6 +72,7 @@ func main() {
setupRoutes()
// Initialize watchdog connection
err = watchdog.Init()
if err != nil {
postLog.Error(fmt.Sprintf("Unable to initialize Watchdog: %s", err))