Using other WSGI server #6094
EdificomSA
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone deployed Nautobot with another WSGI server like granian or socketify.py ? Any issues/troubles ?
uWSGI replaced Gunicorn in 2021 as default in Nautobot
I see the nautobot-server start command uses django_webserver pyuwsgi to run the server
django_webserver also supports Gunicorn, uvicorn and waitress but was not updated since 2020
I'm thinking, would it make sense to add a switch (e.g. env var) and optional deps to choose from these WSGI servers or even "custom" ones ? I can "override" by running wsgi server directly instead of using nautobot-server
Documentation doesn't tell much about using other WSGI (which is fine as it works well with uWSGI) except that it should work
Beta Was this translation helpful? Give feedback.
All reactions