mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:21:50 +00:00
Increase RT tx results batching (#183)
* incr tx results producer and worker batch, still 10 concurrent * adj to 30 workers
This commit is contained in:
parent
d8c023ba46
commit
5357fa70cb
@ -43,4 +43,4 @@ jobs:
|
||||
|
||||
- name: Run DBT Realtime
|
||||
run: |
|
||||
dbt run -s 1+streamline__get_transaction_results_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_RUN_HISTORY": True}'
|
||||
dbt run -s 1+streamline__get_transaction_results_realtime --vars '{"STREAMLINE_INVOKE_STREAMS": True, "STREAMLINE_RUN_HISTORY": True, "producer_batch_size": 60000, "worker_batch_size": 2000}'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user