fix: D1-9 implement ExecuteTransform pipeline with ordering and toast budget

This commit is contained in:
2026-05-29 22:41:34 +02:00
parent e89a061d8f
commit 8bfc509472
5 changed files with 398 additions and 2 deletions

View File

@@ -58,7 +58,10 @@ config :bds, :scripting,
timeout: 300_000,
max_reductions: 5_000_000,
job_timeout: :infinity,
job_max_reductions: :none
job_max_reductions: :none,
transform_max_toasts_per_script: 5,
transform_max_toasts_total: 20,
transform_max_toast_length: 300
config :bds, :embeddings,
backend: BDS.Embeddings.Backends.Neural,