Open ischneider opened 2 months ago
Expected behavior
get_results_csv should use the client's session's stream function rather than the lower-level httpx client's stream
get_results_csv
stream
while the stream itself cannot be retried, this results in the initial request being throttled (and retried)
Actual behavior (describe the problem)
there is no throttling and basic unlimited usage will result in TooManyRequest errors
Related Issues
n/a
Workaround
manual throttling and/or retries
Minimum, Complete, Viable Code Sample
Expected behavior
get_results_csv
should use the client's session'sstream
function rather than the lower-level httpx client'sstream
while the stream itself cannot be retried, this results in the initial request being throttled (and retried)
Actual behavior (describe the problem)
there is no throttling and basic unlimited usage will result in TooManyRequest errors
Related Issues
n/a
Workaround
manual throttling and/or retries
Minimum, Complete, Viable Code Sample
n/a