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

Fix "This is a development server. Do not use it in a production deployment." warning #4

Open
fapdash opened this issue Aug 16, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fapdash
Copy link

fapdash commented Aug 16, 2019

Currently the app starts with this warning:

WARNING: This is a development server. Do not use it in a production deployment.

In the flask documentation it reads:

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.

@jnerlich
Copy link
Contributor

Right now we do not have performance issues, but I agree with you that this should be done.

@dfucci dfucci added the enhancement New feature or request label Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants