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: sync declarative schedules on deployment rollback
When rolling back a deployment via ChangeCurrentDeploymentService,
declarative schedules were not being synced to match the rolled-back
deployment's worker metadata. This caused schedules to remain as
configured by the most recent deployment instead of reflecting the
target deployment's schedule configuration.
The fix adds a call to syncDeclarativeSchedules after the deployment
promotion is updated, using the target deployment's worker metadata
to restore the correct schedule state.
Co-Authored-By: nick <55853254+nicktrn@users.noreply.github.com>
0 commit comments