mirror of
https://github.com/FlipsideCrypto/ronin-models.git
synced 2026-02-06 15:06:54 +00:00
params and 2xl
This commit is contained in:
parent
bd473ecb91
commit
8aeea3e749
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user