SIENTIAPDE-988
Refactor variable naming for clarity and update image tag and service settings in values.yaml
This commit is contained in:
@@ -321,8 +321,8 @@ class IngestorManager():
|
||||
None
|
||||
"""
|
||||
|
||||
for id in ids:
|
||||
self.resource_manager.drop_tag_lease(id)
|
||||
for _id in ids:
|
||||
self.resource_manager.drop_tag_lease(_id)
|
||||
|
||||
def manage_server(self, slot: str, server: str, server_config: dict, tags: dict) -> int:
|
||||
"""
|
||||
|
||||
@@ -141,7 +141,7 @@ class OpcManager():
|
||||
|
||||
for node, config in self.nodes.items():
|
||||
self.nodes[node]['cycle_rule'] = {
|
||||
'cycle_increment': collect_period*1000/config['frequency'],
|
||||
'cycle_increment': collect_period*1000/float(config['frequency']),
|
||||
'cycle_count': 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user