github_force_reduce_session
Force-reduce an orchestration session when workers orphan, time out, or fail. Proceed with available repos or reassign missing chunks to complete the catalog.
Instructions
Resilience Tool: Force-reduces an orchestration session when a worker is orphaned, times out, or fails. Can proceed with available repos or reassign missing chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Orchestration session identifier. | |
| missing_worker_policy | Yes | Policy: 'proceed_with_available' compiles catalog immediately with completed data; 'reassign' generates new retry worker plans for failed chunks. |