clearbit/clearbit-node

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

Closed this issue · 2 comments

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

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

Oh yes, thanks.