Registry / utility / gojek-valkyrie

gojek-valkyrie

JSON →
library0.0.0-20190210220504-8f62c1e7ba45gogounverified

A Go library for building resilient and fault-tolerant distributed systems, providing circuit breakers and retries.

go get github.com/gojek/valkyrie
INSTALL
IMPORT
SIG · GOJEK-VALKYRIE
G
gojek-valkyrie
utilitygov0.0.0-20190210220504-8f62c1e7ba45
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

valkyrie
github.com/gojek/valkyrie

Creates a new circuit breaker with threshold 3 and timeout 60 seconds.

package main import ( "fmt" "github.com/gojek/valkyrie" ) func main() { cb := valkyrie.NewCircuitBreaker(3, 60) fmt.Println(cb) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190210220504-8f62c1e7ba45latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gojek-valkyrie — go get gojek-valkyrie · libregistry