clearml-server/apiserver/config/default/services/tasks.conf
2021-01-05 16:40:35 +02:00

12 lines
298 B
Plaintext

non_responsive_tasks_watchdog {
enabled: true
# In-progress tasks older than this value in 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
}
multi_task_histogram_limit: 100