Turn on async task events deletion in case there are more than 100_000 events

This commit is contained in:
allegroai
2023-11-17 09:45:55 +02:00
parent ec14f327c6
commit a7865ccbec
6 changed files with 44 additions and 46 deletions

View File

@@ -23,4 +23,6 @@ hyperparam_values {
max_last_metrics: 2000
# if set then call to tasks.delete/cleanup does not wait for ES events deletion
async_events_delete: false
async_events_delete: true
# do not use async_delete if the deleted task has amount of events lower than this threshold
async_events_delete_threshold: 100000