Remove unused code + Increase frequeuncy of host heartbeat update

This commit is contained in:
ahmadbilalkhalid 2019-12-30 14:58:05 +05:00
commit 52867614df
8 changed files with 1 additions and 924 deletions

View file

@ -21,7 +21,7 @@ def update_heartbeat(hostname):
while True:
this_host.update_heartbeat()
host_pool.put(this_host)
time.sleep(10)
time.sleep(3)
def maintenance(host):