AsyncRetry() async def call_flaky_rpc(): return await client.flaky_rpc() # Will retry flaky_rpc() if it raises transient API errors. result = await ...
確定! 回上一頁