You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(seatbelt): add handle_unavailable to RetryConfig and HedgingConfig (#314)
Add the handle_unavailable boolean field to both config structs so it
can be driven from external configuration sources (e.g. config files).
The field defaults to false, matching the existing layer default.
The config() methods on RetryLayer and HedgingLayer now forward the new
field, and all snapshot tests are updated accordingly.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: crates/seatbelt/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,12 +182,12 @@ This crate provides several optional features that can be enabled in your `Cargo
182
182
This crate was developed as part of <ahref="../..">The Oxidizer Project</a>. Browse this crate's <ahref="https://github.com/microsoft/oxidizer/tree/main/crates/seatbelt">source code</a>.
0 commit comments