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

fix: Retry writing lease when error code 429 (too many requests). #2773

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. fix: Retry writing lease when error code 429 (too many requests).

    This should fix the issue. We are retrying here as suggested by GCS
    since writing the same object again and again is rate limited to once
    per second.
    
    Another thing that might help is writing to a new "temp" object every
    time (instead of using the same one for the same process).
    
    Fixes: https://github.com/GlareDB/cloud/issues/2746
    
    Signed-off-by: Vaibhav <vrongmeal@gmail.com>
    vrongmeal committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f657b19 View commit details
    Browse the repository at this point in the history