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
Shapash Webapp displays incorrect plot when server process > 1
In the case the webapp is exposed with processes > 1 in the uwsgi configuration, the app does not behave as expected. For instance:
Python version : 3.9
Shapash version : tested on 2.2, may affect other versions
Operating System : Any
How to reproduce:
app = xpl.smartapp.app app.run_server(debug=False, host="0.0.0.0", port=8080, processes=2, threaded=False)
The text was updated successfully, but these errors were encountered:
The bugs you can see in the Gif below are not a normal behavior of the webapp:
Sorry, something went wrong.
No branches or pull requests
Shapash Webapp displays incorrect plot when server process > 1
In the case the webapp is exposed with processes > 1 in the uwsgi configuration, the app does not behave as expected.
For instance:
Python version : 3.9
Shapash version : tested on 2.2, may affect other versions
Operating System : Any
How to reproduce:
The text was updated successfully, but these errors were encountered: