aboutsummaryrefslogtreecommitdiffstats
path: root/config/schedule.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/schedule.rb')
-rw-r--r--config/schedule.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/schedule.rb b/config/schedule.rb
index 83c4d7388..8aa21076f 100644
--- a/config/schedule.rb
+++ b/config/schedule.rb
@@ -38,3 +38,7 @@ end
every :day, :at => '4:00 am' do
rake "codifligne:sync"
end
+
+every 5.minutes do
+ rake "import:notify_parent"
+end