Spaces:
Running
Running
File size: 514 Bytes
aea0016 b522b5c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | spec_version: 1
name: workflow_arena
type: space
runtime: fastapi
app: server.app:app
port: 8000
tasks:
- id: task_easy
description: Schedule a small, low-pressure dependency graph with high worker utilization.
grader: grade/task_easy
- id: task_medium
description: Balance utilization and deadlines on a moderately constrained workflow.
grader: grade/task_medium
- id: task_hard
description: Schedule under outages and retries while protecting critical work.
grader: grade/task_hard
|