live-tip-20260606174433-scheduler-concurrency-limits: Cap scheduler concurrent job execution #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task/live-tip-20260606174433-scheduler-concurrency-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: Cap scheduler concurrent job execution
Approach: Edit task/instruction.md with unique slug live-tip-20260606174433-scheduler-concurrency-limits and add a task ensuring the scheduler never exceeds configured concurrency under burst load and queues excess jobs deterministically.
Verification: {"file":"task/instruction.md","assert":"live-tip-20260606174433-scheduler-concurrency-limits"}
{"file":"src/scheduler/runner.ts","assert":"maxConcurrentJobs"}
{"file":"src/scheduler/runner.ts","assert":"new Semaphore(maxConcurrentJobs)"}
{"file":"src/scheduler/runner.ts","assert":"queue.length > 0"}
Risk: Live smoke generated task; validate by PR diff and gate result.
Required smoke edit: update task/instruction.md with live-tip-20260606174433-scheduler-concurrency-limits.
Agent context
Task slug: live-tip-20260606174433-scheduler-concurrency-limits
Branch: task/live-tip-20260606174433-scheduler-concurrency-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.