Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ConcurrencyPolicy to MedusaBackupSchedule #1203

Closed
burmanm opened this issue Feb 8, 2024 · 0 comments · Fixed by #1204
Closed

Add ConcurrencyPolicy to MedusaBackupSchedule #1203

burmanm opened this issue Feb 8, 2024 · 0 comments · Fixed by #1204
Labels
done Issues in the state 'done' enhancement New feature or request

Comments

@burmanm
Copy link
Contributor

burmanm commented Feb 8, 2024

What is missing?
Adding ConcurrencyPolicy that would either allow or prevent concurrent backups happening in the cluster. I think the default should be Forbid (just like with CassandraTasks), but lets allow user to modify the behavior if they so wish.

Why do we need it?
In many cases, having multiple backups running simultaneously in the same cluster might cause issues with overload or disk usage.

Environment

  • K8ssandra Operator version:

    Insert image tag or Git SHA here

Anything else we need to know?:

@burmanm burmanm added the enhancement New feature or request label Feb 8, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' review Issues in the state 'review' and removed ready-for-review Issues in the state 'ready-for-review' labels Feb 11, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done' enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants