mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
22 lines
536 B
Plaintext
22 lines
536 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
|
|
|
|
hyperparam_values {
|
|
# maximal amount of distinct hyperparam values to retrieve
|
|
max_count: 100
|
|
|
|
# max allowed outdate time for the cashed result
|
|
cache_allowed_outdate_sec: 60
|
|
|
|
# cache ttl sec
|
|
cache_ttl_sec: 86400
|
|
} |