From 2af8f8d7aa1118b1bf7e3437900d84a6a979da1b Mon Sep 17 00:00:00 2001 From: Arshadul Monir Date: Thu, 2 Apr 2026 15:14:17 -0400 Subject: [PATCH] 897: Overrided codebloom.scheduling.enabled and codebloom.notify.enabled for staging environment --- src/main/resources/application-stg.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/application-stg.yml b/src/main/resources/application-stg.yml index 6a3727414..76ee35c13 100644 --- a/src/main/resources/application-stg.yml +++ b/src/main/resources/application-stg.yml @@ -1,6 +1,12 @@ ff: user-metrics: true +codebloom: + scheduling: + enabled: false + notify: + enabled: false + # todo: re-enable this once inside of k8s cluster # logging: # structured: