From 8aeea3e74982cdc56c8239ec8ee7a623018af601 Mon Sep 17 00:00:00 2001 From: drethereum Date: Mon, 27 Jan 2025 09:33:49 -0700 Subject: [PATCH] params and 2xl --- .github/workflows/dbt_run_streamline_history.yml | 4 ++-- dbt_project.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dbt_run_streamline_history.yml b/.github/workflows/dbt_run_streamline_history.yml index 3bdd62a..c07c68b 100644 --- a/.github/workflows/dbt_run_streamline_history.yml +++ b/.github/workflows/dbt_run_streamline_history.yml @@ -25,7 +25,7 @@ jobs: run_dbt_jobs: runs-on: ubuntu-latest environment: - name: workflow_prod + name: workflow_prod_2xl steps: - uses: actions/checkout@v3 @@ -42,4 +42,4 @@ jobs: - name: Run History Models run: | - dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_core_complete" "fsc_evm,tag:streamline_core_history" "fsc_evm,tag:streamline_core_complete_receipts_by_hash" "fsc_evm,tag:streamline_core_history_receipts_by_hash" + dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline_core_complete" "fsc_evm,tag:streamline_core_history" "fsc_evm,tag:streamline_core_complete_receipts_by_hash" "fsc_evm,tag:streamline_core_history_receipts_by_hash" "fsc_evm,tag:streamline_core_complete_confirm_blocks" "fsc_evm,tag:streamline_core_history_confirm_blocks" diff --git a/dbt_project.yml b/dbt_project.yml index 8f5147e..255d396 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -167,9 +167,9 @@ vars: BLOCKS_TRANSACTIONS_HISTORY_WORKER_BATCH_SIZE: 1000 RECEIPTS_BY_HASH_HISTORY_NEW_BUILD: True - RECEIPTS_BY_HASH_HISTORY_SQL_LIMIT: 1800000 + RECEIPTS_BY_HASH_HISTORY_SQL_LIMIT: 3000000 RECEIPTS_BY_HASH_HISTORY_PRODUCER_BATCH_SIZE: 30000 - RECEIPTS_BY_HASH_HISTORY_WORKER_BATCH_SIZE: 10000 + RECEIPTS_BY_HASH_HISTORY_WORKER_BATCH_SIZE: 5000 TRACES_HISTORY_NEW_BUILD: True TRACES_HISTORY_SQL_LIMIT: 1000000