Skip to content

Commit

Permalink
Update dependencies and use rate-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Apr 28, 2024
1 parent d1a425e commit fd772da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
TRINO_VERSION: 443
TRINO_VERSION: 445
steps:
- uses: actions/checkout@v4
- name: Start Trino
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
TRINO_VERSION: 443
TRINO_GIT_VERSION: "0.72"
TRINO_VERSION: 445
TRINO_GIT_VERSION: "0.74"
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
TRINO_VERSION: 443
TRINO_REST_VERSION: "0.138"
TRINO_VERSION: 445
TRINO_REST_VERSION: "0.144"
GITHUB_OWNER: trinodb
GITHUB_REPO: trino
TRINO_DEST_SCHEMA: trinocicd.v2
Expand Down
2 changes: 2 additions & 0 deletions catalog/github.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ min_split_tables=ISSUES,ISSUE_COMMENTS,PULLS,RUNS,CHECK_RUNS
client-connect-timeout=30s
client-read-timeout=1m
client-max-binary-download-size=100MB
max-requests-per-second=2
max-splits-per-second=2

0 comments on commit fd772da

Please sign in to comment.