fix: agent-runs relationship load causing timeouts [LET-6694] (#8129)
fix: agent-runs relationship load causing timeouts
This commit is contained in:
@@ -147,7 +147,7 @@ class Agent(SqlalchemyBase, OrganizationMixin, ProjectMixin, TemplateEntityMixin
|
||||
"Run",
|
||||
back_populates="agent",
|
||||
cascade="all, delete-orphan",
|
||||
lazy="selectin",
|
||||
lazy="raise",
|
||||
doc="Runs associated with the agent.",
|
||||
)
|
||||
identities: Mapped[List["Identity"]] = relationship(
|
||||
|
||||
Reference in New Issue
Block a user