Previously when discussing asyncio backpressure I've made some claims that were not necessarily complete.
I said:
read moreIt works well for 100s of urls but when we hit a big number like 10000s we have a problem.
The program seemingly hangs. This is because all the tasks are being created first …