mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Turn on async task events deletion in case there are more than 100_000 events
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user