How can I add delay to requests to prevent going over API limit on search results? #61
-
Please consider adding a configurable delay for searches with large returns to prevent going over the API limit. I was able to get around the problem by inserting time.sleep(0.9) after line 167 in api.py. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
thehappydinoa
Apr 6, 2021
Replies: 1 comment 1 reply
-
Hey! Thank you for this suggestion, we actually have something implemented called backoff which automatically does our rate limiting. Please let me know if you have any more ideas. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thehappydinoa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Thank you for this suggestion, we actually have something implemented called backoff which automatically does our rate limiting. Please let me know if you have any more ideas.