Add yabeda metrics check only in SaaS mode

This commit is contained in:
Jorge Manrubia
2025-11-28 12:46:07 +01:00
parent 2f4a05a39f
commit 8e0445ddf5
+4
View File
@@ -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