-
Notifications
You must be signed in to change notification settings - Fork 18
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
Sometimes, a running workflow displays as stopped #383
Comments
If the problem goes away when you reload the UI it is most likely a UI bug, otherwise it is most likely a UIS bug. If it's a UIS bug there's a reasonably chance that there will be an associated traceback in the UIS output, e.g. an error connecting or some internal issue. If it's a UI bug, try inspecting the subscription in the network tab of the web inspector. Hard to do when there are lots of events going on but you should be able to find the corresponding added/updated deltas in there (which would confirm it's a UI bug). |
Just experienced this again. Difficulty is you have to have had the devtools open already in order to see the subscriptions in the network tab |
Reproduced again. Again didn't have devtools open in order to be able to investigate. Edit: This time the UI Server log did not show
|
What was your scan interval? If the workflow doesn't start quickly then the UIS won't attempt to connect until the next scan interval. |
The default presumably, I haven't configured it anywhere. The workflow was left running, stalled for several minutes on the second run |
From Ronnie's description:
This points the finger at the UIS not the UI so transferring the issue there. I think this means that one or more of the following must be true:
|
Needs reproducing with latest versions and a reproducible-ish example. |
@MetRonnie, possibly closed by #463? |
Most probably. |
Describe the bug
This is difficult to reproduce. I have noticed it a few times. Possibly it becomes more common if you have a lot of workflows in
~/cylc-run
.Sometimes, I will click play or play a workflow from the CLI, yet it will remain apparently stopped in the UI. But
cylc scan
shows it is indeed running.Additional context
This may turn out to be a UI Server bug, but the UIServer log shows that
connect_workflow
does happen as it should.Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read
CONTRIBUTING.md
before starting any work though).The text was updated successfully, but these errors were encountered: