Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PlatformSpecific to only detect App Engine Standard Environment #1356

Merged
merged 1 commit into from
Sep 21, 2016

Conversation

cadef
Copy link
Contributor

@cadef cadef commented Sep 20, 2016

Fixes #1352.

App Engine now has two environments, Standard and Flexible. The Flexible environment is just a Docker container, and as such can use standard Java threading. This change detects the Flexible environment via an environment variable that does not exist in the Standard environment, but exists for Flexible (both in local development and in production).

@mattrjacobs
Copy link
Contributor

Looks great @cadef! Thanks for the contribution

@mattrjacobs mattrjacobs merged commit f16c08f into Netflix:master Sep 21, 2016
@cadef cadef deleted the platformspecific_gae_flexible branch September 21, 2016 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants