You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the comments of the method apply_retry_policy, the subclass of RetryPolicyFilter should override the method apply_retry_policy. If the apply_retry_policy of the subclass decides to retry by setting retry_data[:retryable] = true, the method should_retry? of RetryPolicyFilter will override this value in Line 46 so it fails to retry.
According to the comments of the method
apply_retry_policy
, the subclass ofRetryPolicyFilter
should override the methodapply_retry_policy
. If theapply_retry_policy
of the subclass decides to retry by settingretry_data[:retryable] = true
, the methodshould_retry?
ofRetryPolicyFilter
will override this value in Line 46 so it fails to retry.Suggest to change
=>
The text was updated successfully, but these errors were encountered: