guzzle-advanced-throttle icon indicating copy to clipboard operation
guzzle-advanced-throttle copied to clipboard

A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get the response from cache when the rate limit is exceede...

Results 1 guzzle-advanced-throttle issues
Sort by recently updated
recently updated
newest added

Is it possible to make php script sleep milliseconds before got 429 response? Library calculates estimated time before 429, right? Why not sleep this time instead of throwing 429 exception?