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
I'm also uncertain about this code in routesImpl.GetSleepers where several SleeperFuncs are obtained. It seems like that would cause the same scaling operation to be performed multiple times. The outcome is technically correct, but not optimal when a several hostnames map to the same server instance's service.
I'm also uncertain about this code in
routesImpl.GetSleeperswhere severalSleeperFuncs are obtained. It seems like that would cause the same scaling operation to be performed multiple times. The outcome is technically correct, but not optimal when a several hostnames map to the same server instance's service.This was identified as part of #512
Important
This is a reminder for myself to do some refactoring of scaler, discovery, and router. Please do not contribute PRs to this issue.