zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
111 stars 38 forks source link

When deleting a backup using an API, a timeout occurs. #331

Open ian-lss opened 1 month ago

ian-lss commented 1 month ago

What would you like to be added?

Hello,

When managing backups via API, if the backup file size is large (e.g., 200GB), the deletion process can take several minutes, and depending on the network configuration environment (such as using a Load Balancer), timeouts may occur. Is it possible to add an async mode for operations like CreateBackup and CreateRestore to address this issue?

Why is this needed?

If an HTTP timeout occurs, a failure response is received even if the backup deletion is proceeding normally.

Anything else?

No response

wayblink commented 1 month ago

Got it, it is a nice to have feature. Will support it @ian-lss