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

Support restarting components as admin #836

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dasJ
Copy link
Member

@dasJ dasJ commented Nov 21, 2020

It's tedious to always log in when one of the components hangs. Instead,
expose buttons for admins to kill each process, letting systemd restart
them (they all have Restart=always).

@dasJ
Copy link
Member Author

dasJ commented Nov 21, 2020

Not that I expect anyone to care about this, but it looks like this:

image

@cole-h
Copy link
Member

cole-h commented Nov 22, 2020

I don't think the buttons should say Restart on them, when all it's doing is killing the component and letting systemd restart it. If, for whatever reason, somebody changes the unit to not be Restart=always, they might wonder why the button Restart Evaluator didn't actually restart the evaluator.

Really just splitting hairs, but I think it's better to name it what it does, not what it should do.

@dasJ
Copy link
Member Author

dasJ commented Feb 13, 2022

@cole-h Like this?

It's tedious to always log in when one of the components hangs. Instead,
expose buttons for admins to kill each process, letting systemd restart
them (they all have Restart=always).
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.

None yet

2 participants