jpiburn/fmpapi

rate limit requests too avoid too many request error

jpiburn opened this issue · 0 comments

when sending multiple API requests its easy to bump into Client error: (429) Too Many Requests (RFC 6585) for sending too many requests too quickly. when the requests are spaced out a little you stay under the rate limit, this should be handled in the backend.