Advanced Promise Coordination: Rate Limiting

from blog Vladimir Klepov as a Coder, | ↗ original
In the previous post we learnt to serialize and concurrecy-limit promise-based operations in js. This time we dive further and handle rate limiting. What Exactly to Rate Limit Let's get terminological matters out of the way first. Promises represent operations that last a certain amount of time, while rate limiting is applied to discrete events....