A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I have a python script that is using the shopify api to update inventory. I'm using GraphQL. Randomly, this script will stop part way through. It's updating about 180 skus. Some days it runs without a hitch. Other days, it just fails with the error:
ERROR:root:<urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
Has anyone else experienced this problem with Shopify's API?