You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing many requests (~2000) to the /awards/ endpoints in succession I get many of them failed ( ~1000) with nothing returned from the server (no headers, no data). But then if I re-run those failed requests one by one manually, they work fine. I feel like I must be hitting some kind of rate limit, but I don't see one documented anywhere. I'm currently throttling to 100 requests / 30 seconds with a maximum of 5 requests in parallel, but still having this issue.