From 8e0445ddf5862bbe0a6e08a9524bc2039df3304a Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 28 Nov 2025 12:46:07 +0100 Subject: [PATCH] Add yabeda metrics check only in SaaS mode --- config/recurring.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/recurring.yml b/config/recurring.yml index bdabec649..2afc11c85 100644 --- a/config/recurring.yml +++ b/config/recurring.yml @@ -1,3 +1,5 @@ +<% require_relative "../lib/fizzy" %> + production: &production # Application functionality: notifications and summaries deliver_bundled_notifications: @@ -26,10 +28,12 @@ production: &production command: "MagicLink.cleanup" schedule: every 4 hours +<% if Fizzy.saas? %> # Metrics yabeda_actioncable: command: "Yabeda::ActionCable.measure" schedule: every 60 seconds +<% end %> beta: *production staging: *production