Skip to content

Add EF Core-backed failure group queries - #5673

Open
johnsimons wants to merge 1 commit into
john/query_failed_messagesfrom
john/GroupsDataStore
Open

Add EF Core-backed failure group queries#5673
johnsimons wants to merge 1 commit into
john/query_failed_messagesfrom
john/GroupsDataStore

Conversation

@johnsimons

@johnsimons johnsimons commented Jul 31, 2026

Copy link
Copy Markdown
Member

Implements the read side of IGroupsDataStore for the SQL Server and PostgreSQL persisters. Groups are aggregated on the fly by joining FailedMessageGroups to FailedMessages and grouping by (GroupId, Title, Type)

@johnsimons johnsimons self-assigned this Jul 31, 2026
@johnsimons johnsimons changed the title Add EF Core-backed failure group queries Implements IFailedMessageQueryDataStore Jul 31, 2026
@johnsimons johnsimons changed the title Implements IFailedMessageQueryDataStore Add EF Core-backed failure group queries Jul 31, 2026
@johnsimons
johnsimons force-pushed the john/GroupsDataStore branch 2 times, most recently from 4fe6cd8 to 40a295c Compare July 31, 2026 06:35
Implements the read side of IGroupsDataStore for the SQL Server and PostgreSQL persisters. Groups are aggregated on the fly by joining FailedMessageGroups to FailedMessages and grouping by (GroupId, Title, Type)
@johnsimons
johnsimons force-pushed the john/GroupsDataStore branch from 40a295c to 099c364 Compare July 31, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant