fix: add second richGridRenderer variety
This commit is contained in:
parent
eb9d3680cc
commit
c618c83ff3
7 changed files with 13829 additions and 87 deletions
|
|
@ -983,7 +983,13 @@ impl RustyPipeQuery {
|
|||
warn!("{} retry attempt #{}. Error: {}.", operation, n, emsg);
|
||||
}
|
||||
self._try_execute_request_deobf::<R, M, B>(
|
||||
ctype, operation, id, endpoint, body, deobf, false,
|
||||
ctype,
|
||||
operation,
|
||||
id,
|
||||
endpoint,
|
||||
body,
|
||||
deobf,
|
||||
self.client.inner.n_query_retries < 2,
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue