Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 8fb176a

Browse files
JustinBeckwithJon Wayne Parrott
authored andcommitted
Update readme to call out change from Managed VMs to App Engine Flexible Environment (#79)
Update readme for managed vm -> flex change
1 parent 5b989c9 commit 8fb176a

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
Google App Engine Managed VMs Python Compat Runtime
1+
Google App Engine Flexible Environment Python Compat Runtime
22
===================================================
33

4-
Warning
5-
-------
6-
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+
98

109
Using this runtime
1110
------------------
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.
1412

1513
Gunicorn configuration
1614
----------------------
@@ -24,7 +22,7 @@ application's root directory, which will override the default
2422

2523
Caveats
2624
-------
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.
2826

2927
Notably:
3028
* 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

Comments
 (0)