scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
52 stars 34 forks source link

Rate-limit flag for "backup delete" #3364

Open AdamStawarz opened 1 year ago

AdamStawarz commented 1 year ago

There is rate-limit flag for creating snapshot, but no option to do the same thing for delete it. It will be usefull to add it in the cli like this: "sctool backup delete --cluster xxxx --snapshot-tag sm_20221030075905UTC --rate-limlit 50"

@karol-kokoszka ^^

mykaul commented 1 year ago

Why would you rate limit deletion? Isn't it a pretty cheap operation?

karol-kokoszka commented 1 year ago

@AdamStawarz What is the reason to rate limit the deletion ? Did we hit some limit when deleting the snapshots with scylla-manager ? Is there any issue explaining what happened ?