fix/feat: Add retry to WASM downloads - #8299
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8299 +/- ##
==========================================
- Coverage 75.34% 75.33% -0.02%
==========================================
Files 252 252
Lines 41492 41523 +31
==========================================
+ Hits 31263 31282 +19
- Misses 8116 8126 +10
- Partials 2113 2115 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: jukie <10012479+Jukie@users.noreply.github.com>
Signed-off-by: jukie <10012479+Jukie@users.noreply.github.com>
Signed-off-by: jukie <isaac.wilson514@gmail.com>
Signed-off-by: jukie <isaac.wilson514@gmail.com>
Signed-off-by: jukie <isaac.wilson514@gmail.com>
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: jukie <isaac.wilson514@gmail.com>
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
| // +optional | ||
| PullPolicy *ImagePullPolicy `json:"pullPolicy,omitempty"` | ||
|
|
||
| // FetchRetryPolicy is the retry policy for Envoy to fetch the Wasm code. |
There was a problem hiding this comment.
should this be represented as BackendSettings inside HTTP similar to what is done in other places ?
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
Signed-off-by: Isaac Wilson <isaac.wilson514@gmail.com>
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
Signed-off-by: jukie <10012479+jukie@users.noreply.github.com>
What type of PR is this?
What this PR does / why we need it:
Mostly for flaky e2e but this is also a reasonable feature to include in real environments.
Which issue(s) this PR fixes:
Fixes #8324
Fixes #5619
Release Notes: Yes