You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While lightweight and easy to use, Flask’s built-in server is not suitable for production as it doesn’t scale well.
I don't know if performance is an issue right now but this probably should be fixed down the line. The documentation for using a WSGI server with connexion is here.
Of course the current live deployment would have to be adjusted after this change.
The text was updated successfully, but these errors were encountered:
Currently the app starts with this warning:
In the flask documentation it reads:
I don't know if performance is an issue right now but this probably should be fixed down the line. The documentation for using a WSGI server with
connexion
is here.Of course the current live deployment would have to be adjusted after this change.
The text was updated successfully, but these errors were encountered: