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

Ensure workers do not kill on restart #8611

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into nanny_dont_kill_worker_restart

e62302a
Select commit
Failed to load commit list.
Open

Ensure workers do not kill on restart #8611

Merge branch 'main' into nanny_dont_kill_worker_restart
e62302a
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Apr 12, 2024 in 0s

84.47% of diff hit (target 100.00%)

View this Pull Request on Codecov

84.47% of diff hit (target 100.00%)

Annotations

Check warning on line 438 in distributed/deploy/spec.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/deploy/spec.py#L438

Added line #L438 was not covered by tests

Check warning on line 501 in distributed/nanny.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/nanny.py#L501

Added line #L501 was not covered by tests

Check warning on line 520 in distributed/nanny.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/nanny.py#L520

Added line #L520 was not covered by tests

Check warning on line 567 in distributed/nanny.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/nanny.py#L565-L567

Added lines #L565 - L567 were not covered by tests

Check warning on line 569 in distributed/nanny.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/nanny.py#L569

Added line #L569 was not covered by tests

Check warning on line 755 in distributed/nanny.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/nanny.py#L755

Added line #L755 was not covered by tests

Check warning on line 758 in distributed/nanny.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/nanny.py#L757-L758

Added lines #L757 - L758 were not covered by tests

Check warning on line 6340 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6338-L6340

Added lines #L6338 - L6340 were not covered by tests

Check warning on line 6345 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6345

Added line #L6345 was not covered by tests

Check warning on line 6349 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6349

Added line #L6349 was not covered by tests

Check warning on line 6356 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6355-L6356

Added lines #L6355 - L6356 were not covered by tests

Check warning on line 6399 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6396-L6399

Added lines #L6396 - L6399 were not covered by tests

Check warning on line 6412 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6412

Added line #L6412 was not covered by tests

Check warning on line 6420 in distributed/scheduler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/scheduler.py#L6420

Added line #L6420 was not covered by tests

Check warning on line 2408 in distributed/utils_test.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/utils_test.py#L2408

Added line #L2408 was not covered by tests

Check warning on line 1696 in distributed/worker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

distributed/worker.py#L1696

Added line #L1696 was not covered by tests