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: Only send one update signal when autoscaling norms
Signal are sent for every vmin/vmax update, when autoscaling we were
changing vmin/vmax to None, then updating them which would cause 4
update signals to be sent. We really don't care about the intermediate
signals and only want a single one sent after all the udpates are complete.
0 commit comments