Results 5 comments of Alexandre Santos

I had some validation checks because of this issue: the validator was testing for `http://loinc.org` but I was getting `http://loinc.org/` on the `model_dump_json()` This is what I did: ``` from...

> Do not run uvicorn alone. Read this docs from their page. https://www.uvicorn.org/deployment/ > > They recommend to run it with gunicorn and to use UvicornWorker: "Run `gunicorn -k uvicorn.workers.UvicornWorker`...

Thanks for your feedback @JarroVGIT. What made me open this question was the fact that the entire documentation of FastAPI doesn't mention the option to start uvicorn from the python...

I have cloned the Google's example repository for Cloud Code but with FastAPI here: https://github.com/alexsantos/cloud-run-fastapi It is working both with the Dockerfile and with Cloud Build for Python.

> > I have cloned the Google's example repository for Cloud Code but with FastAPI here: https://github.com/alexsantos/cloud-run-fastapi It is working both with the Dockerfile and with Cloud Build for Python....