Fix task stats update

This commit is contained in:
allegroai
2022-09-29 19:18:22 +03:00
parent ddb91f226a
commit a4fa567be2
3 changed files with 29 additions and 27 deletions

View File

@@ -19,4 +19,8 @@ hyperparam_values {
# cache ttl sec
cache_ttl_sec: 86400
}
}
# the maximum amount of unique last metrics/variants combinations
# for which the last values are stored in a task
max_last_metrics: 2000