[serve] Support rolling updates for config changes #15136
Labels
enhancement
Request for new feature and/or capability
P2
Important issue, but not time-critical
serve
Ray Serve Related Issue
Milestone
Now that we do rolling updates for code changes, we should also consider doing the same for config changes. These may be very slow (e.g., if it loads a new heavyweight model) which could cause downtime if all replicas do it simultaneously.
This should be straightforward to implement: just add another state and relevant transitions for
ReplicaState.UPDATING_CONFIG
.The text was updated successfully, but these errors were encountered: