Route Python backend tasks to specialists
python-backend-orchestratorskillsetup L1★0
Sheshiyer/skill-clusters ↗What it does
Orchestrate multi-service Python backend workflows across async workers
Best for
Coordinating parallel async work across multiple Python services in a background job.
Inputs
- · Task graph
- · Worker pool config
Outputs
- · Task execution log
- · Result aggregation
Requires
- · Celery
- · Async task queue
Preconditions
- · Task dependency DAG is acyclic
- · Worker nodes available
Failure modes
- · Worker unavailable during task execution
- · Circular task dependencies
Trust signals
- · DAG validation
- · Worker health checks