execution-lifecycle-manager
OfficialControl and monitor process lifecycles.
Software Engineering#process management#lifecycle#graceful shutdown#signal handling#dag execution#abort controller
Authorcuriositech
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides robust mechanisms for managing the lifecycle of running processes, ensuring graceful shutdowns, and preventing resource leaks.
Core Features & Use Cases
- Lifecycle Management: Start, stop, pause, and resume DAG executions.
- Graceful Shutdown: Implements a two-phase shutdown (SIGTERM then SIGKILL) for safe process termination.
- Cancellation Propagation: Uses
AbortControllerto signal cancellation across child processes. - Execution Tracking: Maintains a registry of active executions for monitoring and cleanup.
- Use Case: When a long-running data processing job needs to be stopped due to a system event or user request, this skill ensures it terminates cleanly without leaving orphaned processes or corrupted data.
Quick Start
Use the execution lifecycle manager to gracefully stop the active execution with ID 'dag-12345'.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: execution-lifecycle-manager Download link: https://github.com/curiositech/some_claude_skills/archive/main.zip#execution-lifecycle-manager Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.