tower/tower-load-shed
Sean McArthur db2f0ecfb3
Introduce tower-load-shed (#204)
Provides a middleware that immediately fails any request if the
underlying service isn't ready yet. This is useful when used in
conjunction with `InFlightLimit` or others, so that requests are
rejected immediately, instead of keeping track of extra pending
requests.
2019-03-20 15:48:10 -07:00
..
src Introduce tower-load-shed (#204) 2019-03-20 15:48:10 -07:00
tests Introduce tower-load-shed (#204) 2019-03-20 15:48:10 -07:00
Cargo.toml Introduce tower-load-shed (#204) 2019-03-20 15:48:10 -07:00
README.md Introduce tower-load-shed (#204) 2019-03-20 15:48:10 -07:00

README.md

Tower Load Shed

A Tower middleware rejects requests immediately if the underlying service is not ready, known as load-shedding.