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(controller): update App.structure field correctly after scaling
While the scaling logic is correct, we were naively using the requested
scaling values to update the App.structure JSON field, rather than the
actual containers in existence after scaling. This was cosmetic only,
but is fixed by a SQL aggregate query and python dict comprehension.
Includes regression unit tests.
0 commit comments