Skepfyr / little-loadshedder

A Rust hyper/tower service that implements load shedding with queuing & concurrency limiting based on latency.
Apache License 2.0
144 stars 2 forks source link

Improve Documentation #1

Open tkellogg opened 1 year ago

tkellogg commented 1 year ago

I posted this repo on lobsters and it appears that a lot of people don't know why load shedding is important. Adding an introductory section in the readme about load shedding would probably help people understand why they need this.

BTW this is great, and I appreciate the time you've spent on this.