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

base64 encode deferred payloads for better compatibility #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phil-lopreiato
Copy link
Contributor

One way to fix #45

I'm not sure this is exactly the right behavior when it comes to all permutations of compatibility the library wants to main, but I'd be happy to tweak this around (or gate with another env var, or something)

phil-lopreiato added a commit to the-blue-alliance/the-blue-alliance that referenced this pull request Jan 1, 2022
This pins us to a forked version of the GAE library, as a way to work around GoogleCloudPlatform/appengine-python-standard#45

This package is running the changes from GoogleCloudPlatform/appengine-python-standard#46 so we can base64 encode all the deferred payload before attempting to execute them.

This one was fun to track down...
@phil-lopreiato
Copy link
Contributor Author

This seems to have been fixed in the SDK, so no need for this

@phil-lopreiato
Copy link
Contributor Author

Well, since I reopened #45 (and this entire problem seems fraught until the SDK fully supports python3), this approach might still be worthwhile?

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.

deferred compatibility with dev_appserver
1 participant