mirror of
				https://github.com/clearml/clearml-server
				synced 2025-06-26 23:15:47 +00:00 
			
		
		
		
	Add configuration example, experiments watchdog
This commit is contained in:
		
							parent
							
								
									bcade31786
								
							
						
					
					
						commit
						a7e5380f67
					
				
							
								
								
									
										9
									
								
								docs/services.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/services.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
tasks {
 | 
			
		||||
    non_responsive_tasks_watchdog {
 | 
			
		||||
        # In-progress tasks that haven't been updated for at least 'value' seconds will be stopped by the watchdog
 | 
			
		||||
        threshold_sec: 7200
 | 
			
		||||
 | 
			
		||||
        # Watchdog will sleep for this number of seconds after each cycle
 | 
			
		||||
        watch_interval_sec: 900
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user