You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
I am using the function lookup_friendships() with a list of more than 500 pairs of users.
It stops collecting the info after 180 pairs. I guess I need to configure the retryOnLimit somewhere.. can you please help?
The text was updated successfully, but these errors were encountered:
It'll give you the option to see how many requests remain until ratelimit is reached. Max is 15, Each request will surface 12 pairs. So you'll need to divide your list of accounts by (15 * 12 = 180)
It also lets you know when the rate limit will be reset, so you can pause between loops:
I am using the function lookup_friendships() with a list of more than 500 pairs of users.
It stops collecting the info after 180 pairs. I guess I need to configure the retryOnLimit somewhere.. can you please help?
The text was updated successfully, but these errors were encountered: