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" rake "-s sitemap:refresh"
end end
every 1.day, at: "7:00 am" do # Temporally not send dashboard's notifications
rake "dashboards:send_notifications" # every 1.day, at: "7:00 am" do
end # rake "dashboards:send_notifications"
# end
every 1.day, at: "3:00 am", roles: [:cron] do every 1.day, at: "3:00 am", roles: [:cron] do
rake "votes:reset_hot_score" rake "votes:reset_hot_score"