You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
The instructions here are for a multi-process version of the Python 2.7 runtime
7
-
**currently in alpha**. To use the stable version of the runtime, follow the
8
-
documentation at https://cloud.google.com/appengine/docs/managed-vms/ instead.
4
+
This repository contains the source code used for the [App Engine Flexible Environment](https://cloud.google.com/appengine/docs/flexible/) Python Compat runtime. This runtime provides best effort compatibility with applications written to target the App Engine Standard Environment with Python 2.7. This runtime is currently in *alpha*.
5
+
6
+
This runtime is intended for users migrating applications from App Engine Standard to App Engine Flex. For users building new applications on App Engine with Python, we recommend following the [getting started guide](https://cloud.google.com/python).
7
+
9
8
10
9
Using this runtime
11
10
------------------
12
-
13
-
Please refer to [the docs](https://cloud.google.com/appengine/docs/managed-vms/python/migrating-an-existing-app) on how to use and customize this runtime.
11
+
Please refer to [the docs](https://cloud.google.com/appengine/docs/flexible/python/migrating-an-existing-app) on how to use and customize this runtime.
14
12
15
13
Gunicorn configuration
16
14
----------------------
@@ -24,7 +22,7 @@ application's root directory, which will override the default
24
22
25
23
Caveats
26
24
-------
27
-
As this is a alpha product, some functionality has not yet been implemented.
25
+
This runtime is currently an alpha. As this is a alpha product, some functionality has not yet been implemented, and a few things may change.
28
26
29
27
Notably:
30
28
* Handlers in `app.yaml `that are flagged as `login: required` or `login: admin` are not supported. Attemping to access these handlers will result in a 404 as the handlers will not be registered.
0 commit comments