2019-07-08 21:03:49 +00:00
|
|
|
non_responsive_tasks_watchdog {
|
2020-06-01 08:31:36 +00:00
|
|
|
enabled: true
|
|
|
|
|
2019-07-08 21:03:49 +00:00
|
|
|
# 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
|
|
|
|
}
|
2019-12-24 15:57:26 +00:00
|
|
|
|
2020-08-23 12:30:32 +00:00
|
|
|
multi_task_histogram_limit: 100
|
2021-05-03 14:34:40 +00:00
|
|
|
|
|
|
|
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
|
2022-09-29 16:18:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# the maximum amount of unique last metrics/variants combinations
|
|
|
|
# for which the last values are stored in a task
|
|
|
|
max_last_metrics: 2000
|
2022-11-29 15:38:41 +00:00
|
|
|
|
|
|
|
# if set then call to tasks.delete/cleanup does not wait for ES events deletion
|
|
|
|
async_events_delete: false
|