django-fastapi-example
django-fastapi-example copied to clipboard
FastAPI + Django experiment
Results
2
django-fastapi-example issues
Sort by
recently updated
recently updated
newest added
Thanks we have timeout issue of large CSV download 500 MB file or so, would FASTAPI alleviate timeout since FASTAPI supports async and Django does not? Appreciate it
https://github.com/jordaneremieff/django-fastapi-example/blob/main/django_fastapi/project/asgi.py#L28 Tried using the supplied uvicorn `WSGIMiddleware` in production and it was a bad time, might have been how it was configured though. Knobs on the number of gunicorn workers,...