From fd98793878e7a5772e9e66f3d85741358cabe082 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 08 2020 08:12:23 +0000 Subject: greenwave: add some monitoring on the queue size Signed-off-by: Pierre-Yves Chibon --- diff --git a/playbooks/openshift-apps/greenwave.yml b/playbooks/openshift-apps/greenwave.yml index ee3d8dd..56e8143 100644 --- a/playbooks/openshift-apps/greenwave.yml +++ b/playbooks/openshift-apps/greenwave.yml @@ -16,6 +16,9 @@ routing_keys: - "org.fedoraproject.*.taskotron.result.new" - "org.fedoraproject.*.waiverdb.waiver.new" + thresholds: + warning: 10 + critical: 100 # The openshift/project role breaks if the project already exists: # https://pagure.io/fedora-infrastructure/issue/6404