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

Limit max concurrent jobs #120

Closed
Kidswiss opened this issue Oct 27, 2020 · 3 comments · Fixed by #164
Closed

Limit max concurrent jobs #120

Kidswiss opened this issue Oct 27, 2020 · 3 comments · Fixed by #164
Assignees
Labels
enhancement New feature or request

Comments

@Kidswiss
Copy link
Contributor

The operator should have the ability to limit how many jobs should get run concurrently.

This limit should be configurable by job type (prune, backup, check, etc.)

@Kidswiss Kidswiss added the enhancement New feature or request label Oct 27, 2020
@Schnitzel
Copy link
Contributor

additonal thing: run only one backup/prune/check per repo/s3-bucket.
As I don't think you can backup to the same repo/s3-bucket at the same time?

@Kidswiss
Copy link
Contributor Author

Kidswiss commented Nov 9, 2020

@Schnitzel concurrent backups to the same repository are supported by restic. Although the deduplication may not be optimal in that case: restic/restic#376

However I observed some issues with restic's own locking when the backups are triggered at exactly the same second.

@tobru tobru added this to the Schnitzel Features milestone Nov 26, 2020
@susana-garcia
Copy link
Contributor

I'll take this one

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants