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(ScalityUIComponent): skip status update when validation condition unchanged
Avoid a tight reconcile loop: when validation fails repeatedly with the
same error, Status().Update() triggers an immediate watch event that
bypasses the intended 30s RequeueAfter. Only update status when the
condition actually changes (first failure or different error message).
Made-with: Cursor
0 commit comments