Hi Jordan,

Are you saying that appengine flex can now scale to zero instances? Because 
I recall that during beta and before it wasn't possible, so has this 
changed when it hit GA?

On Thursday, 6 July 2017 09:12:06 UTC+1, Kush Goyal wrote:
>
> Hi,
>
> I am using app engine flexible environment for my python 3 app. I read the 
> documentation for app.yaml [1] to configure my instance. This is my 
> app.yaml config for my instance:
>
>
> runtime: python
> env: flex
> entrypoint: gunicorn -b :$PORT myproject.wsgi
>
> manual_scaling:
>  instances: 1
>
> resources:
>  cpu: 0.2
>  memory_gb: 0.6
>  disk_size_gb: 10
>
> health_check:
>  enable_health_check: False
>
> runtime_config:
>  python_version: 3
>
>
> I am facing these problem with this config:
>
>
> 1. enable health check false is not working. I still see health check 
> requests in the log.
>
>
> 2. I am not able to figure out the cheapest config for my instance. Currently 
> with the above config I am getting monthly USD 50 bill. Is it possible to 
> make it cheaper?
>
>
> Regards,
>
>
> Kush
>
>
> [1] https://cloud.google.com/appengine/pricing#flexible-environment-instances
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/13d8ad1f-2fef-4903-bb0c-c7088e575062%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to