medialab / quenouille

A library of multithreaded iterator workflows for python.
MIT License
7 stars 0 forks source link

Way to express rate limiting? #45

Open Yomguithereal opened 3 years ago

Yomguithereal commented 3 years ago

Rely on a threadsafe bursty rate limiter.

Yomguithereal commented 1 year ago

You can actually easily rate limit using callable throttle. The case of using throttle plus parallelism for complex rate limiting remains somehow hard to model with the current state of quenouille.