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
system deployments: remove old rolling eval creation (#27007)
When using deployments, the deployment watcher emits all the evals we expect to
see to step through the deployment once each allocation becomes healthy for
`min_healthy_time`. But we left the old rolling-update eval code in place and
with the new job parsing of the `update` block that ends up emitting a eval
immediately with a zero wait time and we don't end up respecting the
`min_healthy_time`.
This is all driven from the deployment watcher now, so we can simply remove it
from the scheduler.
0 commit comments