wilson
wilson
When calling `asyncio.gather` with functions decorated `retry`, the retries would finish earlier than expected. ``` import asyncio import logging import riprova logging.basicConfig( format='[%(asctime)s] %(levelname)s - %(message)s', datefmt="%Y-%m-%d %H:%M:%S", level=logging.INFO )...
Environment (`python v3.6`): ``` aiohttp==2.2.5 raven==6.1.0 raven-aiohttp==0.6.0 sentry==8.22.0 ``` I tried using the `QueuedAioHttpTransport` for the transport and noticed that it generates errors if there are too many alerts firing....