Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust engine autoscaler configuration
- query ingress queuedMsgSum from Prometheus - calculate targetPods = currentPods * (queuedMsgSum/targetMsgSum), where target is 25 - max +2 pods per 30 s - max -2 pods per 60 s, from highest targetPods of last 180 s (rolling)
- Loading branch information