param change (#351)

This commit is contained in:
Austin 2025-06-04 08:43:47 -04:00 committed by GitHub
parent 54df99c371
commit e5ebc9221a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ jobs:
with:
command_name: Run Chainhead Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "MAIN_SL_TRACES_REALTIME_SQL_LIMIT":4800, "MAIN_SL_TRACES_REALTIME_PRODUCER_BATCH_SIZE":4800}' -m "fsc_evm,tag:chainhead" "fsc_evm,tag:streamline,tag:core,tag:complete" "fsc_evm,tag:streamline,tag:core,tag:realtime" --exclude "fsc_evm,tag:receipts_by_hash"
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "MAIN_SL_TRACES_REALTIME_SQL_LIMIT":4800, "MAIN_SL_TRACES_REALTIME_PRODUCER_BATCH_SIZE":4800, "MAIN_SL_TRACES_REALTIME_WORKER_BATCH_SIZE":600, "MAIN_SL_TRACES_REALTIME_ASYNC_CONCURRENT_REQUESTS":50}' -m "fsc_evm,tag:chainhead" "fsc_evm,tag:streamline,tag:core,tag:complete" "fsc_evm,tag:streamline,tag:core,tag:realtime" --exclude "fsc_evm,tag:receipts_by_hash"
dbt test -m "fsc_evm,tag:chainhead"
secrets: inherit

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.0.0-beta.94
revision: v4.0.0-beta.95