I\'ve deployed a nodejs app running on the Google App Engine Flex runtime using the following app.yaml
configuration:
runtime: nodejs
env: flex
I also run NodeJS in GAE Flex env. Health checks were also spamming the server log. The following few things helped me in reducing them: