We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1002a09 commit 0eae99eCopy full SHA for 0eae99e
manticoresearch/rest.py
@@ -204,6 +204,7 @@ async def request(
204
205
pool_manager: Union[aiohttp.ClientSession, aiohttp_retry.RetryClient]
206
if self.retry_client is not None and method in ALLOW_RETRY_METHODS:
207
+ pprint("with retries")
208
pool_manager = self.retry_client
209
else:
210
pool_manager = self.pool_manager
0 commit comments