mirror of
				https://github.com/ComputerScienceHouse/proxstar.git
				synced 2025-03-09 15:40:09 +00:00 
			
		
		
		
	fix time for expiring vm task
This commit is contained in:
		
							parent
							
								
									6e6e4d5a3d
								
							
						
					
					
						commit
						96d1670d47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -64,7 +64,7 @@ if 'generate_pool_cache' not in scheduler:
 | 
			
		|||
 | 
			
		||||
if 'process_expiring_vms' not in scheduler:
 | 
			
		||||
    scheduler.cron(
 | 
			
		||||
        '0 0 * * *', id='process_expiring_vms', func=process_expiring_vms_task)
 | 
			
		||||
        '0 5 * * *', id='process_expiring_vms', func=process_expiring_vms_task)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@app.route("/")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue