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

lock/query: make robust against paddles errors #1642

Merged
merged 1 commit into from
Apr 29, 2021

Commits on Apr 20, 2021

  1. lock/query: make robust against paddles errors

    Retry paddles requests, and for get_status() return an empty dict
    rather than None so callers behave.
    
    get_status() failing in particular has caused the dispatcher and jobs
    to fail several times over the past few weeks. With this change, we
    should be able to run multiple paddles workers again, since all the
    common callers will retry on error.
    
    Signed-off-by: Josh Durgin <[email protected]>
    jdurgin committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    179edf2 View commit details
    Browse the repository at this point in the history