andreapairon
andreapairon
Thank you. In the meantime...can you tell me how to activate the serving runtimes autoscaling? :D
@ckadner --- yeah, I'll do. @Jooho --- But to enable HPA, is it necessary the KNative installation as well? Or the standalone installation of KServe ModelMesh Serving is enough?
@coderabhigupta the latest, version `1.1.1`
Maybe the trick could be: the `while True` in the `TaskRunner` class could be replaced by `while self.worker.paused() == False`. In that way every process would exit from the loop...