ProxLB - (Re)Balance VM Workloads Across Nodes in Proxmox Clusters. A Load Balancer for Proxmox - and more!
GNU General Public License v3.0
201
stars
9
forks
source link
`Bug`: Schedule in daemon mode using seconds, not hours #45
Closed
mater-345 closed 2 months ago
Hi!
According to the documentation the schedule settings, set the next run in hours:
But it seems the code using this:
With a setting to 1, this will run the checking in 1 minutes rather than 1 hours, as time.sleep using seconds.