Skip to content

Commit 68f4c5e

Browse files
committed
Added periodic worker stats aggregation to validator node run loop.
1 parent 0febcae commit 68f4c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorlink/nodes/validator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ def run(self):
894894
if counter % 120 == 0:
895895
self.keeper.clean_node()
896896
self.clean_port_mappings()
897+
self.get_workers()
897898
if counter % 180 == 0:
898899
self.print_status()
899900

0 commit comments

Comments
 (0)