mirror of
https://github.com/clearml/clearml-docs
synced 2025-05-13 09:02:32 +00:00
add enabling/disabling docs for non-responsive watchdog (#39)
This commit is contained in:
parent
b2caa49be6
commit
94dc32a963
@ -300,6 +300,7 @@ the watchdog marks them as `aborted`. The non-responsive experiment watchdog is
|
||||
|
||||
Modify the following settings for the watchdog:
|
||||
|
||||
* Watchdog status - enabled / disabled
|
||||
* The time threshold (in seconds) of experiment inactivity (default value is 7200 seconds (2 hours)).
|
||||
* The time interval (in seconds) between watchdog cycles.
|
||||
|
||||
@ -312,6 +313,8 @@ Modify the following settings for the watchdog:
|
||||
|
||||
tasks {
|
||||
non_responsive_tasks_watchdog {
|
||||
enabled: true
|
||||
|
||||
# In-progress tasks that haven't been updated for at least 'value' seconds will be stopped by the watchdog
|
||||
threshold_sec: 7200
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user