Skip to content

hudl/Mjolnir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82cb75a · Nov 30, 2023
Nov 29, 2023
Apr 5, 2017
Oct 25, 2023
Nov 29, 2023
Jan 7, 2014
Oct 11, 2017
May 29, 2014
Mar 5, 2016
Feb 8, 2018
Jun 15, 2014

Repository files navigation

Mjolnir

Mjolnir is a fault tolerance and isolation library that employs timeouts, bulkheads, and circuit breakers to make network and other dependency calls resilient against failure. It's modeled after Netflix's awesome Hystrix library. Some components are ports, but much of it has been written using C#- and .NET-specific features (e.g. async/await, CancellationTokens).

See the Wiki for more details and documentation.