From b72f1d23e811caa85dffe2ea82a724d2e9e0c0d6 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:19:05 +0400 Subject: [PATCH] Disable redundant failing triggers --- eagleproject/notify/triggers/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eagleproject/notify/triggers/__init__.py b/eagleproject/notify/triggers/__init__.py index fea6bfc..1005eb9 100644 --- a/eagleproject/notify/triggers/__init__.py +++ b/eagleproject/notify/triggers/__init__.py @@ -69,6 +69,9 @@ "ctoken_supplyrates", "ctoken_totalborrows", + # Failing for some reason, but Squid already covers this + "ousd_burns", + "vault_oracle", ] log = logging.getLogger("notify.triggers")