We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Investigate whether flask_sockets should be replaced with the real deal: https://cloud.google.com/appengine/docs/flexible/python/using-websockets-and-session-affinity
flask_sockets
Also, set websockets to timeout after 5 minutes - they shouldn't be open forever
Also, thread_lock is used in app.py but I'm not sure if it's necessary when app is dockerized. better understand thread locking
thread_lock
app.py
The text was updated successfully, but these errors were encountered:
camoverride
No branches or pull requests
Investigate whether
flask_sockets
should be replaced with the real deal: https://cloud.google.com/appengine/docs/flexible/python/using-websockets-and-session-affinityAlso, set websockets to timeout after 5 minutes - they shouldn't be open forever
Also,
thread_lock
is used inapp.py
but I'm not sure if it's necessary when app is dockerized. better understand thread lockingThe text was updated successfully, but these errors were encountered: