Closed ColemanTom closed 1 day ago
Hi,
This error is harmless, it was caused by a user issuing an invalid broadcast command.
The error can be replicated like so:
$ cylc broadcast tmp.hIIRaSDNL7 -s '-l select = foo'
IllegalItemError: -l select
The user will receive a notice explaining the error. On the scheduler side, the error will be logged like so:
graphql.error.located_error.GraphQLLocatedError: -l select
We are currently working at moving to a newer GraphQL server implementation which will handle errors differently, hopefully they will be a little more intuitive.
I was looking in the logs for a workflow and saw
I have no more information than that. I'm unsure if thre is any correlation between the DB write issues (DB is on NFS, which may be a bad thing) and the GraphQLLocatedError.