You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cluster): prevent premature closure when a new model is deployed
When a new model was deployed replacing the previous one, if the WS "RUNNING" message from the new model arrived before the old model was replaced, the cluster incorrectly closed the new instance.