clearbit / clearbit-node

Node library for querying the Clearbit business intelligence APIs
https://clearbit.com/docs
MIT License
69 stars 35 forks source link

Question: what's the proper backoff for Person.QueuedError? #12

Closed bradvogel closed 8 years ago

bradvogel commented 8 years ago

What's the suggested backoff when I get Person.QueuedError from the API? 2 seconds?

maccman commented 8 years ago

Yes, 2-3 seconds should be sufficient. Or you could use our streaming API which holds the request open?

bradvogel commented 8 years ago

Oh yes, thanks.