Hey All,
Did anyone encounter a Request rate limit (exceeding 2 calls in a second) using Shopify Tap? I am trying to figure out where the configuration is to limit the rate within Meltano, however, i couldnt find it. I see a separate python file in Shopify git (
requests_rate_limit.py) which seems to throttle API requests, but i do not see that file in the tap configuration within my server when i installed the tap . Below is the error i see. Do you have any guidance on whether i can throttle it directly in Meltano or if i have to embed the requests rate python- then which file should i modify so that the functions in requests rate file can be called?