Marcelo Trylesinski
Marcelo Trylesinski
Just to give more context... Uvicorn by default adds the "Server: uvicorn" headers. We also have a flag `--no-server-headers` which disables those headers. `websockets` adds their own server headers, which...
@nedbat what would be acceptable for this feature? To have a new line on the report?
You mean analogous to [Celery chord](https://docs.celeryproject.org/en/stable/reference/celery.html#celery.chord)? So, something like this? ```python async def parallel(ctx): """ Enqueue two other jobs, and wait for them both to complete before continuing """ redis:...
If help wanted, let me know.
It is a feature. | _You can define background tasks to be run after **returning a response**._ "Returning" here is the literal `return` in the endpoint function. If you never...
I think we should be more explicit in the docs about this. :disappointed:
For Portuguese there's a telegram channel, idk if you guys want to setup that as well... Is jfyk :)
@csr Pick a page, inform here that you're going to work on it and you can contribute :tada:
I can tell you how to implement this, but it's not trivial... 🤷♂️ I can tell you for sure that this will never be merged on FastAPI, because it involves...
Sentry released this: https://docs.sentry.io/platforms/python/guides/fastapi/