I am making use of aiohttp in one of my projects and would like to limit the number of requests made per second. I am using asyncio.Semaphore to do tha
aiohttp
asyncio.Semaphore