Commit 327839a
authored
feat(executor_manager): increase default MAX_CONCURRENT_TASKS from 5 to 30 (#225)
Update the default maximum concurrent executor tasks to 30 for improved
parallel task processing capacity. Changes applied to:
- docker-compose.yml environment variable
- scheduler.py default fallback value
- routers.py load API default fallback value
Co-authored-by: qdaxb <4157870+qdaxb@users.noreply.github.com>1 parent f090ccd commit 327839a
File tree
3 files changed
+3
-3
lines changed- executor_manager
- routers
- scheduler
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments