We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88989d5 commit c06ec9eCopy full SHA for c06ec9e
src/main/java/com/uber/cadence/common/MethodRetry.java
@@ -69,7 +69,7 @@
69
long maximumIntervalSeconds() default 0;
70
71
/**
72
- * List of exceptions to retry. When matching an exact match is used. So adding
+ * List of exceptions to skip retry. When matching an exact match is used. So adding
73
* RuntimeException.class to this list is going to include only RuntimeException itself, not all
74
* of its subclasses. The reason for such behaviour is to be able to support server side retries
75
* without knowledge of Java exception hierarchy. {@link Error} and {@link
0 commit comments