We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b714220 commit 3d421beCopy full SHA for 3d421be
1 file changed
gax-java/gax/src/main/java/com/google/api/gax/longrunning/OperationTimedPollAlgorithm.java
@@ -93,7 +93,7 @@ public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings)
93
Level.WARNING,
94
"The long running operation request is no longer being tracked. "
95
+ "Possible reasons include a timeout or "
96
- + "exceeding the maximum number of retry attempts."
+ + "exceeding the maximum number of poll attempts."
97
+ " Please refer to "
98
+ LRO_TROUBLESHOOTING_LINK
99
+ " for more information");
0 commit comments