diff --git a/data/github_actions__workflows.csv b/data/github_actions__workflows.csv index a57d724..ba6dbda 100644 --- a/data/github_actions__workflows.csv +++ b/data/github_actions__workflows.csv @@ -4,4 +4,4 @@ dbt_run_non_core,"17 * * * *" dbt_run_streamline_blocks_txcount_realtime,"24,54 * * * *" dbt_run_streamline_transactions_realtime,"29,59 * * * *" dbt_test_tasks,"5,35 * * * *" -dbt_run_streamline_evm_chainhead,"9,39 * * * *" \ No newline at end of file +dbt_run_streamline_evm_chainhead,"9,24,39,54 * * * *" \ No newline at end of file diff --git a/models/evm/streamline/silver/core/realtime/streamline__evm_traces_realtime.sql b/models/evm/streamline/silver/core/realtime/streamline__evm_traces_realtime.sql index 26f1c8b..507a3d0 100644 --- a/models/evm/streamline/silver/core/realtime/streamline__evm_traces_realtime.sql +++ b/models/evm/streamline/silver/core/realtime/streamline__evm_traces_realtime.sql @@ -4,9 +4,9 @@ func = 'streamline.udf_bulk_rest_api_v2', target = "{{this.schema}}.{{this.identifier}}", params ={ "external_table" :"evm_traces", - "sql_limit" :"12000", - "producer_batch_size" :"12000", - "worker_batch_size" :"800", + "sql_limit" :"6000", + "producer_batch_size" :"6000", + "worker_batch_size" :"600", "sql_source" :"{{this.identifier}}", "exploded_key": tojson(["result"]) } ),