Schedule external file URLs for deletion on models deletion

This commit is contained in:
allegroai
2023-05-25 19:36:28 +03:00
parent 0c37ced2a1
commit 9206a7c57d
7 changed files with 60 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# if set to True then on task delete/reset external file urls for know storage types are scheduled for async delete
# if set to true then on task delete/reset external file urls for known storage types are scheduled for async delete
# otherwise they are returned to a client for the client side delete
enabled: true
max_retries: 3