From 095437e9bf722a0bc04b24e634c9dbbe45007090 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Mon, 16 Mar 2026 16:52:18 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index ff5a8f9..6b6b7d8 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -3500,7 +3500,7 @@ groups: for: 2m - name: Spinnaker zombie executions description: "{{ $value }} zombie pipeline executions detected. These are executions with no corresponding queue messages." - query: 'sum(queue_zombies_total) > 0' + query: 'rate(queue_zombies_total[5m]) > 0' severity: warning for: 5m comments: |