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 3e74263 commit 58edf00Copy full SHA for 58edf00
appservices/event_triggers.go
@@ -210,4 +210,6 @@ type EventTriggerConfig struct {
210
ScheduleType string `json:"schedule_type,omitempty"`
211
Unordered *bool `json:"unordered,omitempty"`
212
ClusterName string `json:"clusterName,omitempty"`
213
+ TolerateResumeErrors *bool `json:"tolerate_resume_errors,omitempty"`
214
+ SkipCatchupEvents *bool `json:"skip_catchup_events,omitempty"`
215
}
0 commit comments