-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Labels
EnhancementNew feature or requestNew feature or requestIssue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.
Description
Type
Enhancement
Problem
When launching multiple eval runs from the Web UI, there’s no way to queue them. This forces me to wait for a run to finish or manually time the next one.
Context
- Affects users running evals from the Web UI.
- Desired behavior: a simple global FIFO queue so only one run executes at a time; additional runs are queued automatically.
- The Runs list should show a clear “Queued” status with the run’s position in the queue.
- Allow canceling queued runs.
- No reordering needed.
- Task-level parallelism inside a single run should remain as configured.
Constraints/Preferences
Keep the flow simple and predictable, with minimal UI changes: show status and position, and provide a cancel action for queued entries.
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestIssue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.
Type
Projects
Status
Done