We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
subscriptions get_results_csv uses session.stream
5562aff
see #1059
ischneider
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: