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

Add 30 second rate limit to CreateSnapshot #1611

Closed

Commits on Jun 26, 2023

  1. Add 15 second rate limit to CreateSnapshot

    See kubernetes-sigs#1608
    See kubernetes-csi/external-snapshotter#778
    
    Adds a 15 second rate limit to CreateSnapshot when the failure
    originates from CreateSnapshot in cloud (i.e. the error likely
    originates from the AWS API).
    
    This prevents the driver from getting stuck in an infinite loop if
    snapshot creation fails, where it will indefinately retry creating a
    snapshot and continue to receive an error because it is going too fast.
    
    Signed-off-by: Connor Catlett <conncatl@amazon.com>
    ConnorJC3 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    56c9407 View commit details
    Browse the repository at this point in the history