namespace :monitor do desc "executes the monitoring logic" task :run => :environment do MonitorInbox.call! end end