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/ad027d88-ca38-48e7-9013-e37c0588ff99%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
