Schedulers for spawn
spawn
A scheduler understands how to turn a spec into a list of jobs and related dependncies to run
spawn.schedulers.
LuigiScheduler
Scheduler implementation for Luigi
Because this is currently the only scheduler implementation it’s probable that the interface will evolve in time.
add_worker
Add a worker
run
Run the spec by generating tasks using the spawner
spawner (TaskSpawner) – The task spawner
TaskSpawner
spec (SpecificationModel) – The specification
SpecificationModel
User Guide
API Reference