Commit 28c4134
fix: auto-detect parallel task slots from account count in run_selected_tasks.sh
PARALLEL_TASKS defaulted to 1 and never inherited the auto-detected
PARALLEL_JOBS from _common.sh (SESSIONS_PER_ACCOUNT * num_accounts).
This meant launches ran sequentially unless --parallel was explicitly
passed. Now PARALLEL_TASKS=0 is a sentinel that inherits PARALLEL_JOBS
after account setup, giving 12 parallel slots with 3 accounts by default.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4ec00f2 commit 28c4134
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
| |||
0 commit comments