-
Notifications
You must be signed in to change notification settings - Fork 70
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 by type (prune, backup, check, etc.) #164
Conversation
I still need to refactor the constants bit with the new koanf configuration part, after that PR is merged |
8691dac
to
afc0324
Compare
PR #155 is now merged, you could do a rebase so that the diff is more clear :) |
@ccremer already done :) |
0e83241
to
ccc2f58
Compare
Can you add some unit tests as well? We should really start with those :) |
@ccremer I'm adding some unit tests to test the observer's methods, is that ok? |
Yes, you can limit tests for the affected change in this PR only |
I think for this change it's sufficient to create classic unit tests with |
441f495
to
2fffa87
Compare
55951c2
to
857d7c9
Compare
1e560c9
to
15612b5
Compare
@ccremer I think it's ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot really judge whether the business logic does what is needed to. I'll let @Kidswiss judge that, but code LGTM
@ccremer ok, thank you |
4a0ffb1
to
bb54af0
Compare
@Kidswiss I think the PR is ready |
Fixes #120