Skip to content
New issue

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

♻️ Don't use retry Sessions #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

♻️ Don't use retry Sessions #40

wants to merge 3 commits into from

Conversation

znatty22
Copy link
Member

This library uses retry sessions from d3b_utils but this makes debugging very difficult bc requests seem like they are hanging when really the session is just retrying. For now this branch is temporary, but we may consider using a normal Python requests Session without retries by default, while still giving the user the opportunity to use retry Sessions if they want.

@znatty22 znatty22 added the enhancement New feature or request label Sep 25, 2023
@znatty22 znatty22 self-assigned this Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant