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
Follow up of circus-tent/circus#986 when launching chaussette from the command line as follows :
/home/arthur/.virtualenvs/app/bin/chaussette --backend waitress --log-level debug --log-output - --use-reloader wsgi.app
I cannot CTRL-C it of kill SIGTERM or even kill -9 (even as root).
Versions :
chaussette (1.3.0) circus (0.13.0)
Trying out the same options with the hello_app, works ok :
$ chaussette --backend waitress --log-level debug --log-output - --use-reloader * Restarting with stat 2016-06-02 18:38:23 [12294] [INFO] Application is <function hello_app at 0x7fc53c386230> 2016-06-02 18:38:23 [12294] [INFO] Serving on localhost:8080 2016-06-02 18:38:23 [12294] [INFO] Using <class 'chaussette.backend._waitress.Server'> as a backend ^C $
Any tips on what types of errors I could have in my wsgi app that would lead to such a problem ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow up of circus-tent/circus#986 when launching chaussette from the command line as follows :
I cannot CTRL-C it of kill SIGTERM or even kill -9 (even as root).
Versions :
Trying out the same options with the hello_app, works ok :
Any tips on what types of errors I could have in my wsgi app that would lead to such a problem ?
The text was updated successfully, but these errors were encountered: