encode / uvicorn

An ASGI web server, for Python. 🦄
https://www.uvicorn.org/
BSD 3-Clause "New" or "Revised" License
8.61k stars 748 forks source link

refactor(config): reduce config load and increase priority #2443

Closed vvanglro closed 3 months ago

vvanglro commented 3 months ago

Summary

2440

Checklist

vvanglro commented 3 months ago

All right, 😑 that doesn't work because some objects in fastapi can't be serialized, so they have to be loaded after the process starts. https://github.com/fastapi/fastapi/discussions/9078

Although the tests passed, they couldn't really start up.

image

Kludex commented 3 months ago

It's not only on FastAPI.