Currently when making more requests per minute than allowed, the SDK just returns an error message.
It'd be great if the SDK could throttle automatically according to e.g. a rate_limit paramter passed to the TravelTimeSdk class just like the limit_per_host parameter.
An example on how to implement the throttling is given here: https://gist.github.com/hallazzang/d828e36ea6cf7ff476d033da0f15dec5
Currently when making more requests per minute than allowed, the SDK just returns an error message.
It'd be great if the SDK could throttle automatically according to e.g. a
rate_limit
paramter passed to theTravelTimeSdk
class just like thelimit_per_host
parameter. An example on how to implement the throttling is given here: https://gist.github.com/hallazzang/d828e36ea6cf7ff476d033da0f15dec5