From 6f5012525982acd9f59d374ee553871b1c2219b9 Mon Sep 17 00:00:00 2001 From: volokluev <3169433+volokluev@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:57:53 -0700 Subject: [PATCH] set max execution time of outcomes hourly to 10s --- snuba/datasets/configuration/outcomes/storages/hourly.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/snuba/datasets/configuration/outcomes/storages/hourly.yaml b/snuba/datasets/configuration/outcomes/storages/hourly.yaml index 1f81e872338..dd38848fec1 100644 --- a/snuba/datasets/configuration/outcomes/storages/hourly.yaml +++ b/snuba/datasets/configuration/outcomes/storages/hourly.yaml @@ -51,5 +51,10 @@ query_processors: prewhere_candidates: - project_id - org_id + - processor: ClickhouseSettingsOverride + args: + overwrite_existing: false + settings: + max_execution_time: 10 mandatory_condition_checkers: - condition: OrgIdEnforcer