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

Handle additional variations of rate limit error messages #182

Merged
merged 2 commits into from
Jan 29, 2021

Commits on Jan 27, 2021

  1. Handle additional variations of rate limit error messages

    There were another two variations of a rate limit error message
    that previously weren't being detected as an error related to
    exceeding the rate limit. This meant Hatchet wouldn't perform
    request backoff, which would result in cascading failures.
    
    Fixes #176.
    edmorley committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    a67af54 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    c7a79e0 View commit details
    Browse the repository at this point in the history