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
Enforce minimum 60 second interval for R2 Data Catalog sinks
6
+
7
+
R2 Data Catalog sinks now require a minimum `--roll-interval` of 60 seconds to prevent compaction issues in the R2 Data Catalog. This validation is applied when creating sinks via `wrangler pipelines sinks create` with type `r2-data-catalog`, and during the interactive `wrangler pipelines setup` flow.
8
+
9
+
Regular R2 sinks are not affected and can still use intervals as low as 10 seconds.
`Pipeline frequency must be at least ${SINK_DEFAULTS.rolling_policy.min_interval_seconds} seconds for R2 Data Catalog sinks to prevent compaction issues. Current value: ${args.rollInterval} seconds.`,
154
+
{
155
+
telemetryMessage:
156
+
"pipelines r2 data catalog interval below minimum threshold",
0 commit comments