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

Add close worker button to worker info page #8742

Merged
merged 4 commits into from
Jul 10, 2024

Conversation

jrbourbeau
Copy link
Member

@jrbourbeau jrbourbeau commented Jul 2, 2024

A user recently mentioned that they saw workers on the info/main/workers.html page get into a bad state, turn red, and wished there was some way to be able to manually close workers that got into a bad state. This PR adds such a button (see attached screenshot)

Screenshot 2024-07-02 at 4 59 48 PM

Note that this PR uses the scheduler API endpoint added in #6270. It's turned off by default (xref #6420) which significantly lowers the availability of these buttons (we only display the close buttons if this endpoint is explicitly enabled). I'm curious if folks have thoughts on a better mechanism to use that's always available, or if turning the scheduler API on by default makes sense.

@jrbourbeau jrbourbeau requested a review from fjetter as a code owner July 2, 2024 22:06
Copy link
Contributor

github-actions bot commented Jul 2, 2024

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    29 files  ±0      29 suites  ±0   11h 19m 16s ⏱️ - 2m 2s
 4 083 tests ±0   3 967 ✅ +1    112 💤 ±0  4 ❌  - 1 
55 230 runs  ±0  52 792 ✅ +2  2 433 💤  - 1  5 ❌  - 1 

For more details on these failures, see this check.

Results for commit 860b69d. ± Comparison against base commit d36fc3c.

♻️ This comment has been updated with latest results.

@fjetter fjetter merged commit 8564dc7 into dask:main Jul 10, 2024
29 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants