A
A
ArtiomK2021-03-24 20:17:53
Python
ArtiomK, 2021-03-24 20:17:53

What is the argument limit in asyncio sleep (RPS test based on the leaky bucket algorithm)?

When writing an RPS (requests per second) test based on the leaky bucket algorithm in Python + Asyncio + Aiohttp, the client encountered the fact that when the value of the asyncio.sleep argument is less than 1/60, an incorrect number of requests sent per minute appears (more than 100 thousand ), it seems that asyncio.sleep considers the value of the argument equal to 0 and starts sending requests with a higher rate.

Details of the question with the code at the link

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2021-03-24
@ArtiomK

Confuses "Test OS: Windows 10 Home. ", perhaps the problem is in the implementation of the event loop under this axis, run the test under Linux, if everything is ok there, google about the features of the implementation of the event loop in windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question