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

CASSGO-28 ignore error retry type #1811

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open

Commits on Nov 12, 2024

  1. Don't return error to caller with RetryType Ignore

    RetryType Ignore is documented and should work according to the documentation. Error is not returned to caller on ignore but can be seen in ObservedQuery. RetryType should be checked even if RetryPolicy.Attempt returns false, otherwise Ignore will not work on last attempt.
    
    Patch by Rikkuru; reviewed by João Reis for CASSGO-28
    Rikkuru committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2579261 View commit details
    Browse the repository at this point in the history