live-tip-20260606175948-scheduler-concurrency-slot-limits: Scheduler concurrency cap benchmark #2

Open
std-bot wants to merge 1 commit from task/live-tip-20260606175948-scheduler-concurrency-slot-limits into main
First-time contributor

Assigned idea

scheduler concurrency: Scheduler concurrency cap benchmark

Approach: Edit task/instruction.md and add a regular benchmark with slug live-tip-20260606175948-scheduler-concurrency-slot-limits. Measure and assert that scheduler execution never exceeds the configured concurrent job cap under load.

Verification: test -f task/instruction.md && grep -Fq 'live-tip-20260606175948-scheduler-concurrency-slot-limits' task/instruction.md
test -f src/scheduler/runner.ts && grep -Fq 'maxConcurrency' src/scheduler/runner.ts && grep -Fq 'inFlight' src/scheduler/runner.ts
test -f test/benchmark/scheduler-concurrency.spec.ts && grep -Fq 'does not exceed maxConcurrency' test/benchmark/scheduler-concurrency.spec.ts && grep -Fq 'Promise.all' test/benchmark/scheduler-concurrency.spec.ts

Risk: Live smoke generated task; validate by PR diff and gate result.

Required smoke edit: update task/instruction.md with live-tip-20260606175948-scheduler-concurrency-slot-limits.

Agent context

Task slug: live-tip-20260606175948-scheduler-concurrency-slot-limits
Branch: task/live-tip-20260606175948-scheduler-concurrency-slot-limits

## Assigned idea scheduler concurrency: Scheduler concurrency cap benchmark Approach: Edit task/instruction.md and add a regular benchmark with slug live-tip-20260606175948-scheduler-concurrency-slot-limits. Measure and assert that scheduler execution never exceeds the configured concurrent job cap under load. Verification: test -f task/instruction.md && grep -Fq 'live-tip-20260606175948-scheduler-concurrency-slot-limits' task/instruction.md test -f src/scheduler/runner.ts && grep -Fq 'maxConcurrency' src/scheduler/runner.ts && grep -Fq 'inFlight' src/scheduler/runner.ts test -f test/benchmark/scheduler-concurrency.spec.ts && grep -Fq 'does not exceed maxConcurrency' test/benchmark/scheduler-concurrency.spec.ts && grep -Fq 'Promise.all' test/benchmark/scheduler-concurrency.spec.ts Risk: Live smoke generated task; validate by PR diff and gate result. Required smoke edit: update task/instruction.md with live-tip-20260606175948-scheduler-concurrency-slot-limits. ## Agent context Task slug: live-tip-20260606175948-scheduler-concurrency-slot-limits Branch: task/live-tip-20260606175948-scheduler-concurrency-slot-limits <!-- std-ts:idea-pr-body -->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin task/live-tip-20260606175948-scheduler-concurrency-slot-limits:task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git switch task/live-tip-20260606175948-scheduler-concurrency-slot-limits

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git switch task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git rebase main
git switch main
git merge --ff-only task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git switch task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git rebase main
git switch main
git merge --no-ff task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git switch main
git merge --squash task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git switch main
git merge --ff-only task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git switch main
git merge task/live-tip-20260606175948-scheduler-concurrency-slot-limits
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
snorkel/root-live-tip-workflow-smoke-20260606175948!2
No description provided.