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

play: increase timeout #625

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

oliver-sanders
Copy link
Member

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:

  • Complex configuration (number of lines, number of dependencies, etc).
  • Python logic run at configure time (i.e. via Jinja2).
  • Slow network (scheduler distribution).
  • Loaded machine (system load).

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

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • Changelog entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@oliver-sanders oliver-sanders added this to the 1.5.1 milestone Aug 29, 2024
@oliver-sanders oliver-sanders self-assigned this Aug 29, 2024
* Workflows can take substantially longer than 20 seconds to startup.
@MetRonnie MetRonnie merged commit d7387b2 into cylc:1.5.x Oct 9, 2024
5 of 6 checks passed
@oliver-sanders oliver-sanders deleted the increase-play-timeout branch October 9, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants