ensure we logout, fix aggregations
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-16 20:29:40 +11:00
parent a12fe5cad0
commit 1874b2c621
12 changed files with 416 additions and 111 deletions

View File

@@ -110,7 +110,7 @@ func (c *CronTask) RunVcenterPoll(ctx context.Context, logger *slog.Logger) erro
}
}
c.Logger.Debug("Finished checking vcenter", "url", url)
vc.Logout()
_ = vc.Logout(ctx)
}
c.Logger.Debug("Finished polling vcenters")