smaller worker

This commit is contained in:
Eric Laurello 2024-06-03 08:57:32 -04:00
parent 9053414c73
commit ce9dcc0be0

View File

@ -5,8 +5,8 @@
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"transactions_v2",
"sql_limit" :"50000",
"producer_batch_size" :"200",
"worker_batch_size" :"100",
"producer_batch_size" :"100",
"worker_batch_size" :"50",
"exploded_key": "[\"result.txs\"]",
"sql_source" :"{{this.identifier}}" }
)