Skip to content

Notes about GAE Google App Engine

Rodrigo Gambra edited this page Jun 13, 2019 · 3 revisions

NOTE: This page needs more work


Make sure to add this block to app.yaml (see 1393):

env_variables:
    GAE_USE_SOCKETS_HTTPLIB : 'true'

Note: This environmental variable applies only to applications developed for the Standard Environment and using Python 2.7 (see https://cloud.google.com/appengine/docs/standard/python/sockets/)

Clone this wiki locally