Skip to content

Commit db5a9ba

Browse files
authored
fix: wider spaces between leaderboard copy pipes to prevent hitting queue limits (#3868)
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 7cb7da7 commit db5a9ba

14 files changed

Lines changed: 14 additions & 14 deletions

services/libs/tinybird/pipes/leaderboards_codebase_size.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ SQL >
5252
TYPE COPY
5353
TARGET_DATASOURCE leaderboards_copy_ds
5454
COPY_MODE append
55-
COPY_SCHEDULE 0 1 * * *
55+
COPY_SCHEDULE 10 1 * * *

services/libs/tinybird/pipes/leaderboards_commits.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ SQL >
7272
TYPE COPY
7373
TARGET_DATASOURCE leaderboards_copy_ds
7474
COPY_MODE append
75-
COPY_SCHEDULE 5 1 * * *
75+
COPY_SCHEDULE 20 1 * * *

services/libs/tinybird/pipes/leaderboards_forks.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ SQL >
5050
TYPE COPY
5151
TARGET_DATASOURCE leaderboards_copy_ds
5252
COPY_MODE append
53-
COPY_SCHEDULE 5 1 * * *
53+
COPY_SCHEDULE 30 1 * * *

services/libs/tinybird/pipes/leaderboards_issue_response.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ SQL >
7373
TYPE COPY
7474
TARGET_DATASOURCE leaderboards_copy_ds
7575
COPY_MODE append
76-
COPY_SCHEDULE 10 1 * * *
76+
COPY_SCHEDULE 40 1 * * *

services/libs/tinybird/pipes/leaderboards_members.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ SQL >
9191
TYPE COPY
9292
TARGET_DATASOURCE leaderboards_copy_ds
9393
COPY_MODE append
94-
COPY_SCHEDULE 10 1 * * *
94+
COPY_SCHEDULE 50 1 * * *

services/libs/tinybird/pipes/leaderboards_merge_time.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ SQL >
6868
TYPE COPY
6969
TARGET_DATASOURCE leaderboards_copy_ds
7070
COPY_MODE append
71-
COPY_SCHEDULE 15 1 * * *
71+
COPY_SCHEDULE 0 2 * * *

services/libs/tinybird/pipes/leaderboards_organizations.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ SQL >
9090
TYPE COPY
9191
TARGET_DATASOURCE leaderboards_copy_ds
9292
COPY_MODE append
93-
COPY_SCHEDULE 15 1 * * *
93+
COPY_SCHEDULE 10 2 * * *

services/libs/tinybird/pipes/leaderboards_package_downloads.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ SQL >
9595
TYPE COPY
9696
TARGET_DATASOURCE leaderboards_copy_ds
9797
COPY_MODE append
98-
COPY_SCHEDULE 20 1 * * *
98+
COPY_SCHEDULE 20 2 * * *

services/libs/tinybird/pipes/leaderboards_project_active_contributors.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ SQL >
7777
TYPE COPY
7878
TARGET_DATASOURCE leaderboards_copy_ds
7979
COPY_MODE append
80-
COPY_SCHEDULE 20 1 * * *
80+
COPY_SCHEDULE 30 2 * * *

services/libs/tinybird/pipes/leaderboards_project_active_organizations.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ SQL >
7777
TYPE COPY
7878
TARGET_DATASOURCE leaderboards_copy_ds
7979
COPY_MODE append
80-
COPY_SCHEDULE 25 1 * * *
80+
COPY_SCHEDULE 40 2 * * *

0 commit comments

Comments
 (0)