cylc / cylc-uiserver

A Jupyter Server extension that serves the cylc-ui web application for monitoring and controlling Cylc workflows.
https://cylc.org
GNU General Public License v3.0
15 stars 18 forks source link

play: increase timeout #625

Closed oliver-sanders closed 1 month ago

oliver-sanders commented 2 months ago

Workflows can take substantially longer than 20 seconds to startup.

If this happens the user will see a popup like this:

Screenshot from 2024-08-29 14-31-31

Causes of slow startup include:

This timeout represents the maximum time the user will be kept waiting for a play operation.

Check List