Expand description
Job spawning and dependency management API endpoints.
This module provides REST API endpoints for managing job spawn operations, spawn tree hierarchies, and parent-child relationships between jobs.
Note: This is a placeholder implementation for spawn API endpoints. The actual database queries and spawn logic will be implemented based on the specific database backend being used.
Structs§
- JobInfo
- Minimal job information for API responses
- Spawn
Children Params - Parameters for querying spawn children
- Spawn
Operation Info - Spawn operation details
- Spawn
Queue Stats - Per-queue spawn statistics
- Spawn
Stats Response - Spawn statistics response
- Spawn
Tree Node - Job information for spawn tree nodes
- Spawn
Tree Params - Parameters for spawn tree queries
- Spawn
Tree Response - Complete spawn tree response
Functions§
- spawn_
routes - Create spawn API routes