* hpa scheme based off busy runners * running make manifests Co-authored-by: Zachary Benamram <[email protected]>
Currently, after refreshing the token, the controller re-creates the runner with the new token. This results in jobs being interrupted. This PR makes sure the pod is not restarted if it is busy. Closes #74