Open mlivirov opened 2 months ago
kaiten api has 5 requests per second limit. need to add http interceptor that throttles requests.
okay I've added a naive implementation in order to avoid abusing api. current implementation doesn't use response headers and doesn't have burst remaining limit. so I will keep this issue opened.
kaiten api has 5 requests per second limit. need to add http interceptor that throttles requests.