A circuit breaker implementation for .NET. Documented at http://l.tath.am/reliability-patterns Available on NuGet: http://nuget.org/List/Packages/ReliabilityPatterns CI build at http://teamcity.tath.am/project.html?projectId=project10 (just click 'Login as Guest') Heavily influenced by Tim Ross' implementation at http://l.tath.am/tFPwee
Recent activity RSS feed fo reliability-patterns
Donald Belcham created pull request #1 for tatham/reliability-patterns
Added retry extenstion that enables the execution of a Func<TResult>
Oskars Podans began watching tatham/reliability-patterns
website_scraping began watching tatham/reliability-patterns
Commits by Tatham Oddie were pushed to tatham/reliability-patterns
0deb33f
-
Reduced potential test failure just an inconclusive result.
6d89393
-
Closing branch.
5822f47
-
Merge.
e6ac5ea
-
Added basic sanity tests for Reliable.ForEach and Reliable.ParallelForEach.
cb8b2a8
-
Added Reliable.ParallelForEach signature.
c9fd3eb
-
Updated Reliable.ForEach signature to use new RetryOptions class.
ccc3645
-
Merge in from default.