Rate limit workarounds
What are the best ways to work around the rate limit aside from optimizing the queries?
Is there a built-in option (PHP library) that makes the script sleep right before hitting the limit?
-
Hi Vincent,
No, there isn't such a option in any of the Podio client libraries. The best thing you can do queue the requests to the Podio API. We are overcoming the Rate limit with any API with this kind of queue implementations. Every request to the API is added to a queue in Mongodb, then a crone job will process the queue every hour up to the rate limit is reached.
Please sign in to leave a comment.
Comments
1 comment