package
0.42.1
Repository: https://github.com/cortexlabs/cortex.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewBreaker creates a Breaker with the desired queue depth, concurrency limit and initial capacity.
No description provided by the author
NewReverseProxy creates a new cortex base reverse proxy.

# Variables

ErrRequestQueueFull indicates the breaker queue depth was exceeded.

# Structs

Breaker is a component that enforces a concurrency limit on the execution of a function.
BreakerParams defines the parameters of the breaker.
No description provided by the author
No description provided by the author
No description provided by the author