Hey All, Did anyone encounter a Request rate limit...
# troubleshooting
t
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?
e
hi @trinath. that module doesn't seem to be part of the published package, and meltano can't throttle requests made by the tap. So, the rate limit would have to be handled in the tap. I don't see a related issue in https://github.com/singer-io/tap-shopify/issues, so maybe it's a good idea to file one
t
Thank you, Edgar! I will file an issue under the tap as it seems to be a valid route.