From 0e0febb6afbb9728d8873c8de60b25297a769a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Grom?= Date: Fri, 31 Jul 2026 19:56:44 +0100 Subject: [PATCH 1/2] fix: stagger collection-bucket copy pipe schedules to avoid leaderboard collision (CM-XXXX) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Collection-bucketing's clean_enrich and aggregate copy pipes were scheduled on the same 5-minute grid as the pre-existing leaderboards_* copy pipes, causing exact minute-for-minute collisions across the 1-3 AM window (e.g. leaderboards_commits and clean_enrich_copy_pipe_4 both at 1:20 AM). Under the account's concurrent-copy-job quota this caused leaderboards_members, leaderboards_commits, leaderboards_forks, and leaderboards_issue_response to get stuck permanently queued, leaving the contributors leaderboard empty. Shifts clean_enrich shards by +2 min and aggregate shards (+ aggregate_projects) by -2/+3 min so no two pipes in the 1-3 AM window share a start minute. No leaderboards_* files changed. Signed-off-by: Gašper Grom --- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_0.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_1.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_2.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_3.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_4.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_5.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_6.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_7.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_8.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_9.pipe | 2 +- .../pipes/collection_insights_aggregate_projects_copy_pipe.pipe | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe index 90a7b08200..a4a07d0f96 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_0_ds COPY_MODE replace -COPY_SCHEDULE 0 1 * * * +COPY_SCHEDULE 2 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe index 8e48f0c7da..b4e7d46a09 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_1_ds COPY_MODE replace -COPY_SCHEDULE 5 1 * * * +COPY_SCHEDULE 7 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe index 8219be0ad3..510bfb87d5 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_2_ds COPY_MODE replace -COPY_SCHEDULE 10 1 * * * +COPY_SCHEDULE 12 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe index 08e24a70df..d2757e0247 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_3_ds COPY_MODE replace -COPY_SCHEDULE 15 1 * * * +COPY_SCHEDULE 17 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe index f8782be0cc..efb1395372 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_4_ds COPY_MODE replace -COPY_SCHEDULE 20 1 * * * +COPY_SCHEDULE 22 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe index 1a2611e44a..11ee2e898f 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_5_ds COPY_MODE replace -COPY_SCHEDULE 25 1 * * * +COPY_SCHEDULE 27 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe index 2cba930e92..6137b2efa3 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_6_ds COPY_MODE replace -COPY_SCHEDULE 30 1 * * * +COPY_SCHEDULE 32 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe index 0db922c7dc..8ab58cb0fa 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_7_ds COPY_MODE replace -COPY_SCHEDULE 35 1 * * * +COPY_SCHEDULE 37 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe index eee2ec0ec6..4d6bf0711a 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_8_ds COPY_MODE replace -COPY_SCHEDULE 40 1 * * * +COPY_SCHEDULE 42 1 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe index a7ae56ebdb..d33210a77c 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_9_ds COPY_MODE replace -COPY_SCHEDULE 45 1 * * * +COPY_SCHEDULE 47 1 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe index e87cc4814e..86d6f495e0 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 5 2 * * * +COPY_SCHEDULE 3 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe index a347c8f90c..204265c081 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 10 2 * * * +COPY_SCHEDULE 8 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe index 22127d75c7..00971f969a 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 15 2 * * * +COPY_SCHEDULE 13 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe index 32ffdd7a77..c99b1ba0f3 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 20 2 * * * +COPY_SCHEDULE 18 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe index ea53124d5e..1abe340476 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 25 2 * * * +COPY_SCHEDULE 23 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe index c2fdfdd88f..db7185e366 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 30 2 * * * +COPY_SCHEDULE 28 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe index 225524ec00..e17b581158 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 35 2 * * * +COPY_SCHEDULE 33 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe index 4c03bad973..86a72c7ddc 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 40 2 * * * +COPY_SCHEDULE 38 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe index f5e420fe54..7a8de21b99 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 45 2 * * * +COPY_SCHEDULE 43 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe index fb5b0fd565..13c0759896 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 50 2 * * * +COPY_SCHEDULE 48 2 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe index 2972cd4a6a..8833df908e 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe @@ -37,4 +37,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_projects_ds COPY_MODE replace -COPY_SCHEDULE 0 3 * * * +COPY_SCHEDULE 3 3 * * * From c56eadcfe87084e119b118b7ad5769f9faacd427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Grom?= Date: Fri, 31 Jul 2026 20:07:41 +0100 Subject: [PATCH 2/2] fix: move collection-bucket copy pipes to a separate hour span from leaderboards (CM-XXXX) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit staggered minutes within the same 1-3 AM hour block the leaderboards_* copy pipes already use, but both groups still contended for the same account-level concurrent-copy-job quota (12) in that shared window. Move the whole collection-bucket block to a later, previously near-empty span so it no longer overlaps leaderboards_* at all: - activityRelations_collection_bucket_clean_enrich_copy_pipe_0..9: 1 AM -> 4 AM (restored original :00,:05,...:45 grid) - collection_insights_aggregate_copy_pipe_0..9: 2 AM -> 5 AM (restored original :05,:10,...:50 grid) - collection_insights_aggregate_projects_copy_pipe: 3 AM -> 6 AM Verified zero minute-for-minute collisions across all leaderboards_* and collection-bucket pipes with this layout, and confirmed the only pre-existing pipe in the 4-6 AM window (contributions_with_local_time at 4:44) doesn't collide with the new clean_enrich :00-:45 grid. Note: the 10 clean_enrich_copy_pipe_* files were already pushed to production with the previous commit's minute-offset values (1 AM range) before this correction landed; deploying this commit moves them again, to 4 AM. Signed-off-by: Gašper Grom --- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe | 2 +- ...ityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_0.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_1.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_2.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_3.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_4.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_5.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_6.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_7.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_8.pipe | 2 +- .../pipes/collection_insights_aggregate_copy_pipe_9.pipe | 2 +- .../pipes/collection_insights_aggregate_projects_copy_pipe.pipe | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe index a4a07d0f96..067549b34a 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_0.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_0_ds COPY_MODE replace -COPY_SCHEDULE 2 1 * * * +COPY_SCHEDULE 0 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe index b4e7d46a09..8c6616d157 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_1.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_1_ds COPY_MODE replace -COPY_SCHEDULE 7 1 * * * +COPY_SCHEDULE 5 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe index 510bfb87d5..4afabc0d04 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_2.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_2_ds COPY_MODE replace -COPY_SCHEDULE 12 1 * * * +COPY_SCHEDULE 10 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe index d2757e0247..6e8b6f158b 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_3.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_3_ds COPY_MODE replace -COPY_SCHEDULE 17 1 * * * +COPY_SCHEDULE 15 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe index efb1395372..a0c4f43847 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_4.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_4_ds COPY_MODE replace -COPY_SCHEDULE 22 1 * * * +COPY_SCHEDULE 20 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe index 11ee2e898f..6184bad055 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_5.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_5_ds COPY_MODE replace -COPY_SCHEDULE 27 1 * * * +COPY_SCHEDULE 25 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe index 6137b2efa3..458af3f199 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_6.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_6_ds COPY_MODE replace -COPY_SCHEDULE 32 1 * * * +COPY_SCHEDULE 30 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe index 8ab58cb0fa..dc691fc4d0 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_7.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_7_ds COPY_MODE replace -COPY_SCHEDULE 37 1 * * * +COPY_SCHEDULE 35 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe index 4d6bf0711a..7bc3bffc32 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_8.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_8_ds COPY_MODE replace -COPY_SCHEDULE 42 1 * * * +COPY_SCHEDULE 40 4 * * * diff --git a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe index d33210a77c..789156c8b1 100644 --- a/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe +++ b/services/libs/tinybird/pipes/activityRelations_collection_bucket_clean_enrich_copy_pipe_9.pipe @@ -54,4 +54,4 @@ SQL > TYPE COPY TARGET_DATASOURCE activityRelations_collection_deduplicated_cleaned_bucket_9_ds COPY_MODE replace -COPY_SCHEDULE 47 1 * * * +COPY_SCHEDULE 45 4 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe index 86d6f495e0..7b127eb0c9 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_0.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 3 2 * * * +COPY_SCHEDULE 5 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe index 204265c081..29ca2a0a23 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_1.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 8 2 * * * +COPY_SCHEDULE 10 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe index 00971f969a..ad4d4fc328 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_2.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 13 2 * * * +COPY_SCHEDULE 15 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe index c99b1ba0f3..8b17bd6e42 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_3.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 18 2 * * * +COPY_SCHEDULE 20 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe index 1abe340476..bf1bec2f5a 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_4.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 23 2 * * * +COPY_SCHEDULE 25 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe index db7185e366..4ec5568c60 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_5.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 28 2 * * * +COPY_SCHEDULE 30 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe index e17b581158..a54595d94d 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_6.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 33 2 * * * +COPY_SCHEDULE 35 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe index 86a72c7ddc..033a577ae2 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_7.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 38 2 * * * +COPY_SCHEDULE 40 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe index 7a8de21b99..732760c8bc 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_8.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 43 2 * * * +COPY_SCHEDULE 45 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe index 13c0759896..d1e4156108 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_copy_pipe_9.pipe @@ -32,4 +32,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_consolidated_ds COPY_MODE append -COPY_SCHEDULE 48 2 * * * +COPY_SCHEDULE 50 5 * * * diff --git a/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe b/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe index 8833df908e..1257d9ddb9 100644 --- a/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe +++ b/services/libs/tinybird/pipes/collection_insights_aggregate_projects_copy_pipe.pipe @@ -37,4 +37,4 @@ SQL > TYPE COPY TARGET_DATASOURCE collection_insights_aggregate_projects_ds COPY_MODE replace -COPY_SCHEDULE 3 3 * * * +COPY_SCHEDULE 0 6 * * *