s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.9k stars 164 forks source link

Add gunicorn startup option. #89

Closed s3rius closed 1 year ago

s3rius commented 2 years ago

Gunicorn with uvicorn workers is faster than raw uvicorn. This feature might be useful for folks who want to gain more speed to their projects.

MaxwellEdisons commented 1 year ago

This is a great idea, looking forward to it

s3rius commented 1 year ago

Seems now we have a demand. Will do it.

s3rius commented 1 year ago

I finally added support for pydanticV2. Hopefully gunicorn support will be merged and released tomorrow.