Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels