Fix app engine scaling
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) …