feature: Shutdown Hook Order #27
Labels
Good to Have
Non critical, and not priotirized yet.
Needs Investigation
The issue requires analysis to understand the root cause.
Feature Request
Summary
Implement reverse-order execution of shutdown hooks
Motivation
Shutdown hooks should execute in reverse registration order to properly handle dependencies
Detailed Design
Hook Management:
Execution Flow:
Dependencies:
Acceptance Criteria
Additional Context
Located in pkg/lifecycle/lifecycle.go in shutdown() function
The text was updated successfully, but these errors were encountered: