This repository was archived by the owner on Mar 18, 2024. It is now read-only.
Commit fd0a21e
authored
fix(deploy): ensure max retry count is set to 10 (#1263)
* fix(deploy): ensure max retry count is set to 10
deploy doesnt respect max retry count, it is always set at 2 retries, as it was incorrectly set. The
fix sets a max default of 10 with a break if earlier if the maxRetry is lower
fixes #1262
* Increase time between retries to 30 seconds1 parent 302f5a1 commit fd0a21e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments