GoogleCloudPlatform/python-compat-runtime

Name: python-compat-runtime

Owner: Google Cloud Platform

Description: DEPRECATED: gcr.io/google_appengine/python-compat-multicore

Created: 2015-01-29 00:17:43.0

Updated: 2018-01-11 12:01:02.0

Pushed: 2017-08-23 01:30:54.0

Homepage:

Size: 107013

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DEPRECATED: Google App Engine Flexible Environment Python Compat Runtime

This repository contains the source code used for the App Engine Flexible Environment Python Compat (multicore) runtime, corresponding to env:flex + runtime: python-compat in your app.yaml. This runtime provides best effort compatibility with applications written to target the App Engine Standard Environment with Python 2.7. This runtime is deprecated and incomplete.

Using this runtime

Do not use this runtime for new development. If you are using this runtime, you should expediently migrate to the vanilla Python runtime before November 2017.

Gunicorn configuration

By default the multi-process version of the runtime is launched via the Gunicorn webserver and is configured to use gevent-based concurrency and a number of processes equal to the number of CPU cores available.

This can be changed by creating a file called gunicorn.conf.py in your application's root directory, which will override the default gunicorn.conf.py included with this project. Refer the gunicorn documentation for details.

Caveats

This runtime is deprecated and incomplete. Only critical bug fixes are planned.

Notably:

There may be other features that are not implemented or not functional in this version.

Contributing changes

See CONTRIBUTING.md

Licensing

See LICENSE


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.