mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 14:16:48 +00:00
.
This commit is contained in:
parent
ab7c2b0cc2
commit
baacc5ae7e
@ -6,8 +6,8 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
- cron: '17 3,7,11,15,19,23 * * *'
|
||||
# Run every 4 hours at 17 minutes past the hour
|
||||
- cron: '17 2,5,8,11,14,17,20,23 * * *'
|
||||
# Run every 3 hours at 17 minutes past the hour
|
||||
|
||||
env:
|
||||
DBT_PROFILES_DIR: "${{ vars.DBT_PROFILES_DIR }}"
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"checkpoints",
|
||||
"sql_limit" :"4000000",
|
||||
"sql_limit" :"3000000",
|
||||
"producer_batch_size" :"200000",
|
||||
"worker_batch_size" :"50000",
|
||||
"async_concurrent_requests" :"25",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
func = 'streamline.udf_bulk_rest_api_v2',
|
||||
target = "{{this.schema}}.{{this.identifier}}",
|
||||
params ={ "external_table" :"transactions",
|
||||
"sql_limit" :"2200000",
|
||||
"sql_limit" :"1500000",
|
||||
"producer_batch_size" :"100000",
|
||||
"worker_batch_size" :"5000",
|
||||
"async_concurrent_requests" :"10",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user