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

Additional retries on DatabricksError: Workspace X exceeded the concurrent limit of Y requests #391

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

Commits on Oct 7, 2023

  1. Additional retries on `DatabricksError: Workspace X exceeded the conc…

    …urrent limit of Y requests`
    
    Platform doesn't seem to send HTTP 429 correctly with this response, otherwise the error would have been `TimeoutError`. This PR adds retries for error responses with this message.
    
    Fixes databrickslabs/ucx#401
    
    Signed-off-by: Serge Smertin <259697+nfx@users.noreply.github.com>
    nfx authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    dc65dc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge branch 'main' into chore/more-retries

    Signed-off-by: Serge Smertin <259697+nfx@users.noreply.github.com>
    nfx authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f1f830a View commit details
    Browse the repository at this point in the history
  2. todo

    nfx committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a20dd2d View commit details
    Browse the repository at this point in the history