Support optional async events deletion when deleting tasks

This commit is contained in:
allegroai
2022-11-29 17:38:41 +02:00
parent 2d711e1500
commit d397d2ae20
4 changed files with 40 additions and 13 deletions

View File

@@ -24,3 +24,6 @@ hyperparam_values {
# the maximum amount of unique last metrics/variants combinations
# for which the last values are stored in a task
max_last_metrics: 2000
# if set then call to tasks.delete/cleanup does not wait for ES events deletion
async_events_delete: false