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
In the SQLAlchemy docs, it states that an engine is typically created once and held for the lifetime of an app. We should probably be initializing it on startup, not creating a new one on each request. We may even be calling this once for each level of a GQL request (to investigate)
The text was updated successfully, but these errors were encountered:
In the SQLAlchemy docs, it states that an engine is typically created once and held for the lifetime of an app. We should probably be initializing it on startup, not creating a new one on each request. We may even be calling this once for each level of a GQL request (to investigate)
The text was updated successfully, but these errors were encountered: