Module spawn

Source
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
SpawnChildrenParams
Parameters for querying spawn children
SpawnOperationInfo
Spawn operation details
SpawnQueueStats
Per-queue spawn statistics
SpawnStatsResponse
Spawn statistics response
SpawnTreeNode
Job information for spawn tree nodes
SpawnTreeParams
Parameters for spawn tree queries
SpawnTreeResponse
Complete spawn tree response

Functions§

spawn_routes
Create spawn API routes