You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm doing something wrong or your aiohttp example is wrong! Seems backoff decorator doesn't catch aiohttp exceptions automatically and you need to raise the error manually:
I'm not sure if I'm doing something wrong or your
aiohttp
example is wrong! Seems backoff decorator doesn't catch aiohttp exceptions automatically and you need to raise the error manually:if I remove
response.raise_for_status()
from the code above, no retries will happend onaiohttp.ClientError
.The text was updated successfully, but these errors were encountered: