live-tip-20260606175948-scheduler-concurrency-slot-limits: Scheduler concurrency cap benchmark #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task/live-tip-20260606175948-scheduler-concurrency-slot-limits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.