-
Notifications
You must be signed in to change notification settings - Fork 94
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
Broadcast: GraphQL timeout error for many namespaces #6333
Comments
@ColemanTom, I haven't been able to replicate this one. Where did you observe this traceback, in the scheduler log or the Cylc UI Server log? It's quite likely that this is related to #6334 given the |
Cylc log. I don't even know where the ui log is to look at that. |
|
It could simply be a slow network caused it. I was running things through the WUI for another user too if that adds any latency, it wasn't as myself. I'll see if I can do it again as myself and as a different user again later or next week. |
Aah, I've just spotted what's going on here. It's a typo limt rather than "limit".
It is erroring because the config broadcasted is invalid, however, the error isn't being caught and logged nicely. Have opened an issue to cover this: #6429 |
Description
I'm not sure if this is related to #6222, but, via the WUI, I did a broadcast to many namespaces and got this time out error from GraphQL.
Reproducible Example
Will see if I can provide a simple one, but none provided yet. Just broadcast to many tasks at once. I've not been able to replicate it from CLI.
Expected Behaviour
No error, broadcasts get through. Maybe you need to split the broadcast up into chunks of N size?
The text was updated successfully, but these errors were encountered: