You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the suggestion. I think that makes a lot of sense. Since FastAPI (and I assume others) do the same, it probably is the right pattern. I'll self-assign and see that I get to implement this. Of course we also accept PRs.
eg, I'd like to be able to run background tasks and pool http connections:
anything yielded from the context manager should be available on
app.request_context.state
The text was updated successfully, but these errors were encountered: