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
fix: ensure request context exists in API db operations (#2171)
Some API paths were using `a.db` directly, which bypasses request scoped
timeouts/cancellation. This change ensures db work is performed with a
connection derived from the current request context. No behavioral are
changes are intended here.
Co-authored-by: Chris Stockton <[email protected]>
0 commit comments