Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.
This repository was archived by the owner on May 22, 2026. It is now read-only.

Execute all handlers for each lifecycle phase concurrently #17

Description

@euforia

Expected Behavior

Each handler for a given lifecycle phase should be executed concurrently.

Current Behavior

Each handler is executed sequentially

Possible Solution

Run each handler in it's own go-routine and wait for all to complete.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions