-
Notifications
You must be signed in to change notification settings - Fork 189
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
always select next before making calls #8578
Conversation
44d86ce
to
a183040
Compare
sonarcloud is unhappy with the error handling here: https://github.com/owncloud/ocis/pull/8578/files#diff-d172341b09d843bfd4ed2855577a4d501da7fe3792103ad56be1d26f1876fd84L215-L222 I agree ... shouldn't we return an error? I don't want to change the behavior so I'd still prefer to merge this as is. We can look into that in a separate PR |
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.
Code looks good, but please don't merge with red pipeline. Either fix the issue or disable the linter...
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
573ecbc
to
6f897ef
Compare
Quality Gate passedIssues Measures |
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.
Nice and clean 👍🏻
always select next before making calls
Following #8570 I went over other places in ocis that use the selector and client. We now select the next client more often to spread out load.
I don't expect a huge impact from this PR.