Find answers from the community

Updated 6 months ago

Rate limit

At a glance

The community member is asking for the best way to collect many questions and answers from a cost/performance perspective, as they are hitting API rate limits and incurring high costs. A fellow community member suggests using a wrapper function with random delays instead of a lambda to address the rate limit issue.

another question, already asked, what is the best way to cost/performance point of view to ask/collect many questions answers?
I usually hit API rate limit, and huge bill
Attachment
image.png
L
S
2 comments
Regarding the rate limit, it may be due to the thread execution πŸ˜… you could use a wrapper function instead of a lambda that randomly delays things?
Thanks, I will try
Add a reply
Sign up and join the conversation on Discord