Skip to content

Handle domain event handlers concurrently with exception isolation #74

Description

@1owkeyme

Update EventEmitter.emit() to process registered domain event handlers concurrently via asyncio.gather and gracefully handle individual handler failures.

Catch exceptions from failing handlers, log them with full context/stack traces, and ensure remaining handlers continue processing cleanly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions