You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to figure out where the configuration is to limit the rate within the tap, 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 s
ee
The text was updated successfully, but these errors were encountered:
Hello @YtCodeBase, you are correct that the rate limiting is handled by the Shopify Python SDK, so you will not find any rate limiting code in this tap.
Looking at your screenshots, I see that the line referenced in the second screenshot has a line number that does not match up with the latest code found in this repository. The screenshot shows that code appearing on line 166, whereas the latest tap has that code on line 219. I'm not sure at a glance what has changed in between, nor which version you are running, but I would recommend updating to the latest version of tap-shopify to see if it handles the rate limit better.
If not, then the maintainers and/or changelog of the Python Shopify SDK might be able shed some light on what is happening. I don't have time to check right now, but if you would like to debug your scenario, I would look towards upgrading that version here in a local copy of the tap's code to see if it helps.
I am trying to figure out where the configuration is to limit the rate within the tap, 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 s
ee
The text was updated successfully, but these errors were encountered: