Summary
MAX_TASK_WORKERS does not appear to be respected.
I configured:
but Claude Code Studio still starts and runs 2 task sessions concurrently.
Version
Current Behavior
Configuration:
Expected:
Observed:
2 tasks running simultaneously
Steps to Reproduce
- Configure:
- Restart Claude Code Studio.
- Queue multiple Kanban tasks.
- Observe task execution.
Actual Behavior
Two tasks are executed in parallel despite the configured limit.
Expected Behavior
When:
only a single worker should be active.
Additional tasks should remain queued until the running task completes.
Questions
- Is
MAX_TASK_WORKERS currently implemented?
- Does it only apply to specific task types?
- Are delegated agents excluded from this limit?
- Is there another configuration overriding this value?
Suggested Improvement
Add visibility in the UI:
Task Workers
Running: 1 / 1
Queued: 4
and log the resolved value at startup:
Impact
- Unexpected parallel execution.
- Higher resource consumption.
- Higher token/quota consumption.
- Difficult to control task concurrency.
Priority
High
Summary
MAX_TASK_WORKERSdoes not appear to be respected.I configured:
but Claude Code Studio still starts and runs 2 task sessions concurrently.
Version
Current Behavior
Configuration:
Expected:
Observed:
Steps to Reproduce
Actual Behavior
Two tasks are executed in parallel despite the configured limit.
Expected Behavior
When:
only a single worker should be active.
Additional tasks should remain queued until the running task completes.
Questions
MAX_TASK_WORKERScurrently implemented?Suggested Improvement
Add visibility in the UI:
and log the resolved value at startup:
Impact
Priority
High