Temporally not send dashboard's notifications

This commit is contained in:
decabeza
2019-04-15 14:30:10 +02:00
parent f0305e36a6
commit 7b6619528c

View File

@@ -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"