Skip to content

File profile reads should not seed/save the aggregate #758

Description

@StuartFerguson

The new file profile manager seeds and saves the aggregate from GetAllFileProfiles and GetFileProfile. That turns read operations into write operations and makes GET fail if the event store write path is unavailable. It also creates a cold-start race when multiple requests hit the missing aggregate at once. Move seeding to startup or a dedicated initializer instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions