Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created March 20, 2018 01:55
Show Gist options
  • Save aramkoukia/319725829ab00578850cecb2619022ef to your computer and use it in GitHub Desktop.
Save aramkoukia/319725829ab00578850cecb2619022ef to your computer and use it in GitHub Desktop.
Policy
.Handle<Exception>()
.CircuitBreaker(2, TimeSpan.FromMinutes(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment