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

allow configuring controller's concurrency #1277

Merged
merged 4 commits into from
Sep 5, 2023

simplify `pop_queue_message_into_pending`; improve tests

9e3334b
Select commit
Failed to load commit list.
Merged

allow configuring controller's concurrency #1277

simplify `pop_queue_message_into_pending`; improve tests
9e3334b
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 2, 2023 in 0s

87.96% of diff hit (target 72.21%)

View this Pull Request on Codecov

87.96% of diff hit (target 72.21%)

Annotations

Check warning on line 298 in kube-runtime/src/controller/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/mod.rs#L298

Added line #L298 was not covered by tests

Check warning on line 309 in kube-runtime/src/controller/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/mod.rs#L307-L309

Added lines #L307 - L309 were not covered by tests

Check warning on line 313 in kube-runtime/src/controller/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/mod.rs#L313

Added line #L313 was not covered by tests

Check warning on line 327 in kube-runtime/src/controller/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/mod.rs#L327

Added line #L327 was not covered by tests

Check warning on line 329 in kube-runtime/src/controller/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/mod.rs#L329

Added line #L329 was not covered by tests

Check warning on line 462 in kube-runtime/src/controller/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/mod.rs#L460-L462

Added lines #L460 - L462 were not covered by tests

Check warning on line 452 in kube-runtime/src/controller/runner.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/controller/runner.rs#L452

Added line #L452 was not covered by tests

Check warning on line 155 in kube-runtime/src/scheduler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/scheduler.rs#L155

Added line #L155 was not covered by tests

Check warning on line 159 in kube-runtime/src/scheduler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-runtime/src/scheduler.rs#L159

Added line #L159 was not covered by tests