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 8f7ce51 commit 6d2f0d7Copy full SHA for 6d2f0d7
flat-manager-client
@@ -477,7 +477,7 @@ def build_url_to_api(build_url):
477
@retry(
478
stop=stop_after_attempt(6),
479
wait=wait_fixed(10),
480
- retry=retry_if_exception_type(ApiError),
+ retry=(retry_if_exception_type(ApiError) | retry_if_exception_type(aiohttp.ClientConnectionError)),
481
reraise=True,
482
)
483
async def push_command(session, args):
0 commit comments