Commit a9712ef
committed
fix(push): 10 min timeout for cf push --remote API call
Large openframe GDS uploads via the platform take several minutes. The
default 15 s httpx timeout caused the CLI to abort while the backend and
lambda were still legitimately processing the request. Override to 600 s
and warn the user that the call may take several minutes.
Made-with: Cursor1 parent a22e813 commit a9712ef
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1505 | 1505 | | |
1506 | 1506 | | |
1507 | 1507 | | |
| 1508 | + | |
1508 | 1509 | | |
1509 | 1510 | | |
1510 | 1511 | | |
1511 | 1512 | | |
| 1513 | + | |
1512 | 1514 | | |
1513 | 1515 | | |
1514 | 1516 | | |
| |||
4209 | 4211 | | |
4210 | 4212 | | |
4211 | 4213 | | |
4212 | | - | |
4213 | | - | |
| 4214 | + | |
| 4215 | + | |
| 4216 | + | |
| 4217 | + | |
| 4218 | + | |
| 4219 | + | |
| 4220 | + | |
4214 | 4221 | | |
4215 | 4222 | | |
4216 | | - | |
| 4223 | + | |
| 4224 | + | |
| 4225 | + | |
| 4226 | + | |
4217 | 4227 | | |
4218 | 4228 | | |
4219 | 4229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments