python-bonobo / bonobo

Extract Transform Load for Python 3.5+
https://www.bonobo-project.org/
Apache License 2.0
1.59k stars 146 forks source link

Example for using the RateLimited feature? #406

Open jakane opened 3 years ago

jakane commented 3 years ago

Do you have any examples of how to use the RateLimited bucket? I am looking for something that allows n queries per time interval, x queries over a larger time interval. RateLimited looks to be the ticket, but I have not been able to figure it out.

Thanks