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 8aa21076f..08488c255 100644
--- a/config/schedule.rb
+++ b/config/schedule.rb
@@ -42,3 +42,7 @@ end
every 5.minutes do
rake "import:notify_parent"
end
+
+every 1.minute do
+ command "/bin/echo HeartBeat"
+end