cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Old cycles still showing on the WUI #1999

Open esteban-abellan opened 4 days ago

esteban-abellan commented 4 days ago

Description

Screenshot 2024-11-18 092320

I noticed that WUI is showing old cycles in one of the suites despite these cycles have been completed. I checked the cylc workflow-state and all tasks have been succeeded. I played with different Graph Window Depth but it doesn't have any impact on the old cycles. We are using the Cylc 8.3.5 version, and Cylc UI 2.5.0.

Note that this behaviour is not preventing the suite from cycling and it's only present in one of the suites. The rest of the suites, which use the same settings, are ok and do not display any previous cycle if N=0, only one if N=1 etc.

oliver-sanders commented 3 days ago

Hi @esteban-abellan :wave:.

Can you confirm whether the extra cycles remain visible if you refresh the browser tab (this helps us work out what part of the system the problem originates in).

I can't replicate this with my own workflows, so I suspect that there is something about the workflow you are trying to run that is exposing this bug.

If you are able to share the [scheduling] section of the workflow, I can have a go at replicating the issue. Also, it would be handy to know if the workflow is defined in a suite.rc (back-compat mode) or flow.cylc (new style) file.