Sean Davis
10/17/2022, 5:56 PMasyncio.Semaphore
or asyncio.Queue
and the like? Thanks for any suggestions or pointers.Christopher Boyd
10/17/2022, 6:15 PMZanie
Zanie
Sean Davis
10/17/2022, 6:29 PManyio
stuff. I've generally been using straight asyncio, but using some of the anyio
higher-level concepts might clarify things. For background, I'm scraping APIs and a surprising amount of creative hand-tuning of async and concurrency (process-based for transformation) is required for each to be performant and idempotent.Zanie