Remove unused code + Increase frequeuncy of host heartbeat update
This commit is contained in:
parent
9bdf4d2180
commit
52867614df
8 changed files with 1 additions and 924 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue