Depends on support for `HttpClient.Timeout` in the underlying _Seq.Api_ client library: https://github.com/datalust/seq-api/issues/65 When `seqcli query` is run, the `--timeout` parameter is passed to the server, if supplied, but the client-side `HttpClient` timeout remains at 100 seconds. This causes an error like _A task was cancelled_ to be returned from long-running queries.
Depends on support for
HttpClient.Timeoutin the underlying Seq.Api client library: datalust/seq-api#65When
seqcli queryis run, the--timeoutparameter is passed to the server, if supplied, but the client-sideHttpClienttimeout remains at 100 seconds.This causes an error like A task was cancelled to be returned from long-running queries.