mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 09:26:50 +00:00
more tx, ever 2 hours
This commit is contained in:
parent
5984f0f64d
commit
8bb3ea0c4d
@ -6,7 +6,7 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
schedule:
|
||||
- cron: '7 * * * *' # Run every 20 minutes
|
||||
- cron: '7 */2 * * *' # Run every 20 minutes
|
||||
|
||||
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" :"transactions",
|
||||
"sql_limit" :"600000",
|
||||
"sql_limit" :"120000",
|
||||
"producer_batch_size" :"100000",
|
||||
"worker_batch_size" :"2000",
|
||||
"async_concurrent_requests" :"10",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user