Hi I am running a async program on Python using Asyncio
Using the asyncio.await(..) and asyncio.gather both times I noticed that regardless of the size of my requests 10, 100, 1000 etc. The last 10% of couroutines taking 5x the time to complete???
Anyway to optimize this or find out how to mitigate this?
The program works smoothly until the last 10%
submitted by /u/phicreative1997
[link] [comments]
r/learnpython Hi I am running a async program on Python using Asyncio Using the asyncio.await(..) and asyncio.gather both times I noticed that regardless of the size of my requests 10, 100, 1000 etc. The last 10% of couroutines taking 5x the time to complete??? Anyway to optimize this or find out how to mitigate this? The program works smoothly until the last 10% submitted by /u/phicreative1997 [link] [comments]
Hi I am running a async program on Python using Asyncio
Using the asyncio.await(..) and asyncio.gather both times I noticed that regardless of the size of my requests 10, 100, 1000 etc. The last 10% of couroutines taking 5x the time to complete???
Anyway to optimize this or find out how to mitigate this?
The program works smoothly until the last 10%
submitted by /u/phicreative1997
[link] [comments]