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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ The template supports the following optional parameters:
62
62
63
63
-`batch_size`: Number of messages to batch before sending to Better Stack. Default: 100
64
64
-`window_size`: Window size in seconds for batching messages. Default: 10
65
+
-`max_retries`: Maximum number of retry attempts for failed requests. Default: 3
66
+
-`initial_retry_delay`: Initial delay between retries in seconds. Default: 1
65
67
66
68
You can include these parameters in your Dataflow job by adding them to the run command, e.g. `gcloud dataflow flex-template run ... --parameters window_size=30`.
0 commit comments