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

Drop gunicorn #70

Open
a-musing-moose opened this issue Sep 20, 2024 · 0 comments
Open

Drop gunicorn #70

a-musing-moose opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@a-musing-moose
Copy link
Contributor

🎯Aim

Remove the dependency on gunicorn

📕Context

With the 0.30.0 release of Uvicorn it has grown the ability to manage multiple workers. Prior to this uvicorn ran as a single process, which was the main reason that we wrapped it with gunicorn. With uvicorn now capable of process management we should consider dropping the extra dependency and try out uvicorn alone.

Whilst the aim is to remove gunicorn - if during testing this turns out to be a poor choice - then we should make sure we install the new uvicorn-worker package as that is now the correct way to get a gunicorn compatible uvicorn worker.

📝Relevant resources/doc's/people

✅Acceptance Criteria

  • Gunicorn is no longer a dependency
  • Uvicorn is configured to be the ASGI server, with multiple workers
@a-musing-moose a-musing-moose added the enhancement New feature or request label Sep 20, 2024
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

1 participant