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
Copy file name to clipboardExpand all lines: branches/autosynth-dialogflow/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/PublisherSnippets.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -113,12 +113,12 @@ public Publisher getPublisherWithCustomRetrySettings(ProjectTopicName topicName)
113
113
throwsException {
114
114
// [START pubsub_publisher_retry_settings]
115
115
// Retry settings control how the publisher handles retryable failures
116
-
DurationretryDelay = Duration.ofMillis(100); // default : 1 ms
117
-
doubleretryDelayMultiplier = 2.0; // back off for repeated failures
0 commit comments