Restart job
This commit is contained in:
		
							parent
							
								
									0a34f0277e
								
							
						
					
					
						commit
						82d1d3fed8
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					@ -10,6 +10,12 @@ nccu_daily_ldap_sync:
 | 
				
			||||||
  args:
 | 
					  args:
 | 
				
			||||||
  description: Sync NCCU middle site with Orbit for LDAP data
 | 
					  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:
 | 
					nccu_claender_sync:
 | 
				
			||||||
  cron: * * [0,12] * * *
 | 
					  cron: * * [0,12] * * *
 | 
				
			||||||
  class: NccuCalendar
 | 
					  class: NccuCalendar
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue