File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,6 +241,30 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
241241 } ,
242242 additionalProperties : false ,
243243 } ,
244+ catchup : {
245+ type : "object" ,
246+ properties : {
247+ enabled : {
248+ type : "boolean" ,
249+ } ,
250+ maxAgeMinutes : {
251+ type : "integer" ,
252+ exclusiveMinimum : 0 ,
253+ maximum : 9007199254740991 ,
254+ } ,
255+ perRunLimit : {
256+ type : "integer" ,
257+ exclusiveMinimum : 0 ,
258+ maximum : 9007199254740991 ,
259+ } ,
260+ firstRunLookbackMinutes : {
261+ type : "integer" ,
262+ exclusiveMinimum : 0 ,
263+ maximum : 9007199254740991 ,
264+ } ,
265+ } ,
266+ additionalProperties : false ,
267+ } ,
244268 blockStreaming : {
245269 type : "boolean" ,
246270 } ,
@@ -518,6 +542,30 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
518542 } ,
519543 additionalProperties : false ,
520544 } ,
545+ catchup : {
546+ type : "object" ,
547+ properties : {
548+ enabled : {
549+ type : "boolean" ,
550+ } ,
551+ maxAgeMinutes : {
552+ type : "integer" ,
553+ exclusiveMinimum : 0 ,
554+ maximum : 9007199254740991 ,
555+ } ,
556+ perRunLimit : {
557+ type : "integer" ,
558+ exclusiveMinimum : 0 ,
559+ maximum : 9007199254740991 ,
560+ } ,
561+ firstRunLookbackMinutes : {
562+ type : "integer" ,
563+ exclusiveMinimum : 0 ,
564+ maximum : 9007199254740991 ,
565+ } ,
566+ } ,
567+ additionalProperties : false ,
568+ } ,
521569 blockStreaming : {
522570 type : "boolean" ,
523571 } ,
You can’t perform that action at this time.
0 commit comments