mirror of
https://github.com/clearml/clearml-server
synced 2025-02-01 11:26:43 +00:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
non_responsive_tasks_watchdog {
|
|
# 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
|
|
}
|