adamdecaf / horizon

A bunch of golang code that doesn't quite fit together yet
0 stars 0 forks source link

twitter: global rate limits / semaphore #5

Open adamdecaf opened 8 years ago

adamdecaf commented 8 years ago

https://dev.twitter.com/rest/public/rate-limiting has some info on global rate limits per api client. We need to factor that in a bit more.

We can probably just have some queue coming in to store the last few and return the lowest for the limit. (or something similar)

Links