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(canary): ensure canary objects are recycled post-release instead of deleting stable ones (#67)
This commit corrects the release cleanup logic to recycle canary objects
after the canary release phase is complete, rather than erroneously
removing stable objects. The updated logic helps maintain service stability
and ensures a proper transition from canary to stable environment.
0 commit comments