-
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
data store mgr: Increase the max number of workflows to 100 #570
Conversation
* Workaround for cylc#569
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.
- Read code
- Tried change
Look at your UIS logs, you should see attempts to connect to the workflows there, if there were issues connecting they should be logged too. |
(It's easier to test with workflows running on the Cylc servers) |
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.
Tested. Reproduced the 8-workflow limit on master/1.4.x and not able to reproduce on this branch
Easy way to test:
cylc pause '*'
.Try adjusting the max_threads value to a lower number.
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.