Commit 76fd6ba
authored
[CLI] Add CreateFleet instance info retrieval timeout configurable via DevSettings (#7425)
* Add DevSettings/Timeouts ComputeInstanceInfoTimeout to cluster config schema
Expose the CreateFleet post-launch DescribeInstances retry timeout (consumed by
the node package to tolerate EC2 API eventual consistency) as a dev setting under
DevSettings/Timeouts/ComputeInstanceInfoTimeout, defaulting to 90s.1 parent 25cdadf commit 76fd6ba
5 files changed
Lines changed: 19 additions & 1 deletion
File tree
- cli
- src/pcluster
- config
- schemas
- tests/pcluster/example_configs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
1189 | 1190 | | |
1190 | 1191 | | |
1191 | 1192 | | |
1192 | | - | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
1193 | 1199 | | |
1194 | 1200 | | |
1195 | 1201 | | |
1196 | 1202 | | |
1197 | 1203 | | |
1198 | 1204 | | |
1199 | 1205 | | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1200 | 1209 | | |
1201 | 1210 | | |
1202 | 1211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
239 | 243 | | |
240 | 244 | | |
241 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1106 | 1109 | | |
1107 | 1110 | | |
1108 | 1111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
0 commit comments