Skip to content

Fix app engine scaling

Choose a tag to compare

@gfr10598 gfr10598 released this 09 Jan 15:28
2f983fd

The increase in CPUs causes the utilization to drop, which is preventing appengine autoscaling. This increases the number of workers to bring up the utilization, and reduces the target utilization to trigger scaling earlier.

Adjust appengine params (#795) …