Numerous exceptions - recommended setup? #1180
-
I've run into numerous issues:
My setup:
It all seems very buggy with gunicorn (which didn't have a new version since 2 years!), so I'm tempted to switch to a better server. I looked in the docs and there are some other mentioned servers like Uvicorn and Daphne but I didn't see which setup was recommended. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I can't really respond for issues on Gunicorn or in the interaction between Gunicorn and eventlet. If you are unable to find a combination of versions that work for you then you can try any of the other options. It seems you are expecting I will be recommending a single option, but unfortunately that is not possible, since there are many different types of application and use cases. All the options that are documented have been personally verified by myself, so you can pick the one that matches your needs more closely. For example, if you like eventlet, but can't find how to make it work with Gunicorn, then use eventlet alone. |
Beta Was this translation helpful? Give feedback.
I can't really respond for issues on Gunicorn or in the interaction between Gunicorn and eventlet. If you are unable to find a combination of versions that work for you then you can try any of the other options. It seems you are expecting I will be recommending a single option, but unfortunately that is not possible, since there are many different types of application and use cases. All the options that are documented have been personally verified by myself, so you can pick the one that matches your needs more closely. For example, if you like eventlet, but can't find how to make it work with Gunicorn, then use eventlet alone.