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
fix: RAII cleanup for registries and addon lifecycle [latest]
- Add Drop impl for TrunkRegistrar (cancel parent_cancel)
- Add Drop impl for ClusterEventHub (abort background task)
- Add shutdown() to Addon trait + shutdown_all() to AddonRegistry
- Call shutdown_all() in app::run() during shutdown
- Add Drop impl for TelemetryAddon (flush OTel spans)
- Add CancellationToken to ACME and Archive addon background tasks
0 commit comments