-
Notifications
You must be signed in to change notification settings - Fork 94
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
Remove ping mutation #4481
Remove ping mutation #4481
Conversation
What do we still need to do? |
The traceback Mel reported is a separate issue I'm working on. The traceback can be reproduced with other mutations if something goes wrong at the cylc-flow resolver end |
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.
LGTM, definitely an improvement (in addition to removing ping
). Maybe we can improve further in the future, along the lines of @oliver-sanders suggestion.
Easy fix to remove the hardcoded list, raised a PR - MetRonnie#11 |
These changes partially address cylc/cylc-uiserver#242. Sibling to cylc/cylc-uiserver#270 and cylc/cylc-ui#823
Ping is not needed for the UI, as it must already be connected to the workflow for the UI to show the workflow in the first place. It also turns out there was not a resolver for ping anyway.
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.py
andconda-environment.yml
.