haskell-hvr / token-bucket

Haskell rate limiter library using lazy token bucket algorithm
https://hackage.haskell.org/package/token-bucket
GNU General Public License v3.0
8 stars 4 forks source link

Further Reading Link Broken #1

Open creichert opened 9 years ago

creichert commented 9 years ago

The first link on https://hackage.haskell.org/package/token-bucket seems to be broken.

e.g. http://ksdlck.com/post/17418037348/rate-limiting-at-webscale-lazy-leaky-buckets

I would have made a PR but I am having trouble finding the original.

hvr commented 9 years ago

I found this copy over here:

http://ksdlck-blog-blog.tumblr.com/post/17418037348/rate-limiting-at-webscale-lazy-leaky-buckets

not sure though how long that'll be up...