Add yabeda metrics check only in SaaS mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user