
What I observed:
- It usually fails after 10-15 calls. Usually at immediate family.
- I am doing one call per second (quite far from the limit)
- If I introduce an sleep of around 1 second between calls (so, 2 seconds per call in total), it works now.
I played a little bit, and the more I reduce the sleeping time, the more failures I have.
Rate limit depends on your connection, see https://www.geni.com/platform/developer/help/rate_limits?version=1
If just using a public or cookie-based calls it is as little as 5 requests per 10 seconds
Hi,
I am using several urls of profiles. The main calls are profile and inmmediate_family.
I am trying to syncronize my data from my database to Geni (and viceversa), so that, I am checking if profiles in my database have changed and also in Geni (don't panic, I am introducing a threshold for revision again, waiting one year for each profile for review).
That's why there are so many calls, as just checking the latest update time.