c34640dc8ca1047334da1d7b5689725c2be21061 | Author: Rikkuru <5867722+Rikkuru@users.noreply.github.com>
| 2024-11-21 20:27:24+03:00
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, Jackson Fleming for CASSGO-28