Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Samuel Berthe 2026-03-16 16:52:18 +01:00 committed by GitHub
parent 6e404bf804
commit 095437e9bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3500,7 +3500,7 @@ groups:
for: 2m for: 2m
- name: Spinnaker zombie executions - name: Spinnaker zombie executions
description: "{{ $value }} zombie pipeline executions detected. These are executions with no corresponding queue messages." 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 severity: warning
for: 5m for: 5m
comments: | comments: |