params and 2xl

This commit is contained in:
drethereum 2025-01-27 09:33:49 -07:00
parent bd473ecb91
commit 8aeea3e749
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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