Skip to content

issues Search Results · repo:austind/retryhttp language:Python

Filter by

7 results
 (55 ms)

7 results

inaustind/retryhttp (press backspace or delete to remove)

Issue retryhttp 1.3.0 was released today and when used with clients along with mypy, errors are produced in mypy. Example: providers/edge/src/airflow/providers/edge/cli/api_client.py:66: error: Never ...
bug
  • amoghrajesh
  • 7
  • Opened 
    on Feb 5
  • #20

Currently, the fallpack param for these classes is None. This will raise an exception in several common cases. In most cases it s more sensible to include a sensible fallback, like tenacity.wait_exponential(), ...
  • austind
  • Opened 
    on Feb 5
  • #17

When we use retry and the calls fail after retry then it raises a RetryError from tenacity. I think it should raise the original HTTPError by default. For now we can do this by adding the @retry(reraise=True) ...
  • gyandeeps-hh
  • 4
  • Opened 
    on Feb 4
  • #16

mypy doesn t seem to be able to be aware of the type information in the package. Example of creating a new virtual environment and running type checking: python -m venv venv source venv/bin/activate ...
  • djmannion
  • 1
  • Opened 
    on Sep 25, 2024
  • #13

If the wait interval provided in a Retry-After header is excessive, retryhttp should raise an exception instead of waiting indefinitely. This should be an argument in the wait_from_header() constructor. ...
  • austind
  • Opened 
    on Aug 13, 2024
  • #11

Currently, retryhttp makes the false assumption that any response that contains a Retry-After header must have been rate limited. In fact, Retry-After indicates planned downtime when accompanied by 530 ...
  • austind
  • Opened 
    on Aug 13, 2024
  • #10

The wait_rate_limited() method currently only supports integer values. RFC 9110 specifies that the Retry-After header response may include either an integer, or a HTTP-date value.
  • austind
  • Opened 
    on Aug 12, 2024
  • #8
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub