- Notifications
You must be signed in to change notification settings - Fork32
Fault tolerance and resilience patterns for Go
License
NotificationsYou must be signed in to change notification settings
failsafe-go/failsafe-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Failsafe-go is a library for building resilient, fault tolerant Go applications. It works by wrapping functions with one or more resilience policies, which can be combined and composed as needed.
Policies includeRetry,CircuitBreaker,RateLimiter,Timeout,Fallback,Hedge,Bulkhead, andCache.
Visitfailsafe-go.dev for usage info, docs, and additional resources.
Check out thecontributing guidelines.
© 2023-present Jonathan Halterman and contributors. Released under theMIT license.
About
Fault tolerance and resilience patterns for Go
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published