def get_max_kpus()

in targettracking-scaling/index.py [0:0]


def get_max_kpus():
    try:
        return int(os.environ['MaxKPUs'])
    except Exception as e:
        print ("ERROR - Exception in get_max_kpus")
        print(e)