stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Respect API rate limits in tests #51

Closed stefan-kolb closed 9 years ago

stefan-kolb commented 9 years ago

I quickly ran into an API rate limit when recording adapter tests with Heroku. For Heroku this should be 2400/h, see https://devcenter.heroku.com/articles/platform-api-reference#rate-limits. As it seems I did not break these limits but queried too fast and was therefore blocked!

stefan-kolb commented 9 years ago

Just replay enough...