parent
8e58c367dd
commit
d3c866b443
1 changed files with 1 additions and 2 deletions
|
|
@ -206,8 +206,7 @@ def get_health():
|
|||
return __process_health(health_map=health_map)
|
||||
|
||||
|
||||
|
||||
def __process_health(tenant_id, health_map):
|
||||
def __process_health(health_map):
|
||||
for parent_key in health_map.keys():
|
||||
if config(f"SKIP_H_{parent_key.upper()}", cast=bool, default=False):
|
||||
health_map.pop(parent_key)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue