Skip to content

perf(workflows): Add MetricAlertRegistryHandler.get_targets; use it in WorkflowEngineActionSerializer#111771

Merged
kcons merged 2 commits into
masterfrom
kcons/hiddenstuff
Mar 30, 2026
Merged

perf(workflows): Add MetricAlertRegistryHandler.get_targets; use it in WorkflowEngineActionSerializer#111771
kcons merged 2 commits into
masterfrom
kcons/hiddenstuff

Conversation

@kcons
Copy link
Copy Markdown
Member

@kcons kcons commented Mar 28, 2026

The O(N) querying from MetricAlertRegistryHandler.target is a notable performance problem.
This change allows for batching that should be much more efficient.

@kcons kcons requested review from a team as code owners March 28, 2026 21:38
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 28, 2026
@kcons kcons merged commit 1f2d929 into master Mar 30, 2026
65 checks passed
@kcons kcons deleted the kcons/hiddenstuff branch March 30, 2026 21:21
dashed pushed a commit that referenced this pull request Apr 1, 2026
…n WorkflowEngineActionSerializer (#111771)

The O(N) querying from MetricAlertRegistryHandler.target is a notable
performance problem.
This change allows for batching that should be much more efficient.
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants