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
YoucancustomizeresiliencebehaviorthroughoutFoundatiobyimplementing [`IResiliencePolicyProvider`](https://github.com/FoundatioFx/Foundatio/blob/master/src/Foundatio/Utility/ResiliencePolicy.cs) and registering it with dependency injection. This allows you to replace the default retry behavior in caching, queues, storage, and other Foundatio components.
315
+
YoucancustomizeresiliencebehaviorthroughoutFoundatiobyimplementing [`IResiliencePolicyProvider`](https://github.com/FoundatioFx/Foundatio/blob/master/src/Foundatio/Utility/ResiliencePolicy.cs) and passing it via options. This allows you to replace the default retry behavior in caching, queues, storage, and other Foundatio components.
316
316
317
317
#### Resilience Policy Sample
318
318
@@ -368,16 +368,23 @@ var resilienceProvider = new ResiliencePolicyProvider()
0 commit comments