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

Migrating app to Python 2.7 #1

Merged
merged 1 commit into from May 28, 2013
Merged

Migrating app to Python 2.7 #1

merged 1 commit into from May 28, 2013

Conversation

@skynet
Copy link
Contributor

@skynet skynet commented May 28, 2013

Python 2.7 requires a special runtime configuration element in the header of app.yaml. Note that the threadsafe: [ true | false ] element is required for Python 2.7 applications. If true, App Engine sends requests concurrently; if false, App Engine sends them serially.

Python 2.7 requires a special runtime configuration element in the header of app.yaml. Note that the threadsafe: [ true | false ] element is required for Python 2.7 applications. If true, App Engine sends requests concurrently; if false, App Engine sends them serially.
MichaelBlume pushed a commit that referenced this pull request May 28, 2013
Migrating app to Python 2.7
@MichaelBlume MichaelBlume merged commit 605b908 into loggly:master May 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.