mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 13:26:45 +00:00
Merge pull request #101 from FlipsideCrypto/update/backfill-params4
reduce params
This commit is contained in:
commit
4cbe9e8b5a
@ -17,5 +17,5 @@ jobs:
|
||||
with:
|
||||
command_name: Run Balances History Temp Models
|
||||
command: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "BALANCES_SL_STATE_TRACER_HISTORY_SQL_LIMIT":600000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":10000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":1000, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":10}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:history"
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True, "BALANCES_SL_STATE_TRACER_HISTORY_SQL_LIMIT":500000, "BALANCES_SL_STATE_TRACER_HISTORY_PRODUCER_BATCH_SIZE":10000, "BALANCES_SL_STATE_TRACER_HISTORY_WORKER_BATCH_SIZE":1000, "BALANCES_SL_STATE_TRACER_HISTORY_ASYNC_CONCURRENT_REQUESTS":3}' -m "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:history"
|
||||
secrets: inherit
|
||||
Loading…
Reference in New Issue
Block a user