Skip to content

DatabaseSessionService uses sync DB operations - needs async variant #1005

@polaris340

Description

@polaris340

Is your feature request related to a problem? Please describe.
DatabaseSessionService uses async method signatures but internally calls SQLAlchemy’s sync APIs

Describe the solution you'd like
Add an AsyncDatabaseSessionService that uses SQLAlchemy’s async APIs (AsyncSession, etc.).

Describe alternatives you've considered
Fix existing DatabaseSessionService implementation to use async database operations.

Additional context
n/a

Metadata

Metadata

Assignees

Labels

services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions