You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a default execution_timeout on the client, which can't be modified on the CLI. This means that any request that lasts more than 10 seconds that is done using the gql-cli will fail, and there's nothing the user can do about it. It is possible to add the possiblity to modify this timeout using the CLI arguments, but why have the default timeout at all? I don't see any gain imposing a timeout on the users.
Describe the bug
There is a default
execution_timeout
on the client, which can't be modified on the CLI. This means that any request that lasts more than 10 seconds that is done using thegql-cli
will fail, and there's nothing the user can do about it. It is possible to add the possiblity to modify this timeout using the CLI arguments, but why have the default timeout at all? I don't see any gain imposing a timeout on the users.Refferences in the code:
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: