Can @Retryable use withinMillis option? #305
Unanswered
Alessandrovito
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The builder uses a You can configure your own |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm interesting to have retry based on timeout.
So I created the following fluent API:
In the annotation
@Retryable
we have only the optionmaxAttempts
so looks like we cannot create a retry based on timeout but only based on attempts. Is this correct ? In case have you already planned to add this support in the annotation ?Beta Was this translation helpful? Give feedback.
All reactions