An open API service indexing awesome lists of open source software.

https://github.com/joeycumines/go-faucet

Implements a simple pattern for polling based rate limiting, using Golang's time.Ticker.
https://github.com/joeycumines/go-faucet

fan-in fan-out golang polling rate-limiting sqs sqs-consumer sqs-poller ticker

Last synced: 7 months ago
JSON representation

Implements a simple pattern for polling based rate limiting, using Golang's time.Ticker.

Awesome Lists containing this project

README

          

# go-faucet

Implements a simple pattern for polling based rate limiting, using Golang's time.Ticker.

[Examples provided in the godoc here](https://godoc.org/github.com/joeycumines/go-faucet)

Probably complete, but still WIP for now, currently sitting at 96.4% test coverage.