Restart job

This commit is contained in:
Matthew K. Fu JuYuan 2012-05-11 16:56:32 +08:00 committed by Christophe Vilayphiou
parent 7a6d30ad62
commit dfd2d82efb
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
class RestartServer
@queue = :high
def self.perform()
CronMail.time_check("Going to restarting Orbit").deliver
%x[touch #{Rails.root}/tmp/restart]
end
end

View File

@ -10,6 +10,12 @@ nccu_daily_ldap_sync:
args:
description: Sync NCCU middle site with Orbit for LDAP data
nccu_daily_restart:
cron: * * */3 * * *
class: RestartServer
args:
description: Restart NCCU site
nccu_claender_sync:
cron: * * [0,12] * * *
class: NccuCalendar