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
When creating a policy with limitRetries, it seems that it should be illegal to pass a negative number as in RetryPolicies.limitRetries[IO](-3), however these values are not rejected.
The text was updated successfully, but these errors were encountered:
When creating a policy with
limitRetries
, it seems that it should be illegal to pass a negative number as inRetryPolicies.limitRetries[IO](-3)
, however these values are not rejected.The text was updated successfully, but these errors were encountered: