We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329540b commit 853fa88Copy full SHA for 853fa88
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: a8e595d7898a0b478d1cdcc2a568c8383ce5c2d9
+refs/heads/master: 20678f4a24a82023c4b674dffec24a2f4803e4f8
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/StatusUtil.java
@@ -35,6 +35,7 @@ public static boolean isRetryable(Throwable error) {
35
case INTERNAL:
36
case CANCELLED:
37
case RESOURCE_EXHAUSTED:
38
+ case ABORTED:
39
return true;
40
case UNAVAILABLE:
41
if (statusRuntimeException.getMessage().contains("Server shutdownNow invoked")) {
0 commit comments