Skip to content

Conversation

@bmorris3
Copy link

@bmorris3 bmorris3 commented Jan 3, 2025

Description of changes

This is a fix for two bugs in the uvicorn call in the self-hosted docs. The syntax in this call follows the conventions for gunicorn rather than uvicorn, so I've added the host and port flags needed to be specified.

I was also surprised and confused that using one worker caused the server to shutdown when connections were closed. I've changed to workers = 2 in the docs to prevent similar confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant