Temporally not send dashboard's notifications
This commit is contained in:
@@ -27,9 +27,10 @@ every 1.day, at: "5:00 am" do
|
||||
rake "-s sitemap:refresh"
|
||||
end
|
||||
|
||||
every 1.day, at: "7:00 am" do
|
||||
rake "dashboards:send_notifications"
|
||||
end
|
||||
# Temporally not send dashboard's notifications
|
||||
# every 1.day, at: "7:00 am" do
|
||||
# rake "dashboards:send_notifications"
|
||||
# end
|
||||
|
||||
every 1.day, at: "3:00 am", roles: [:cron] do
|
||||
rake "votes:reset_hot_score"
|
||||
|
||||
Reference in New Issue
Block a user