You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2026. It is now read-only.
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.