Shopify / shopify_theme

A console tool for interacting with Shopify Theme Assets.
http://shopify.github.io/shopify_theme
MIT License
645 stars 135 forks source link

Exceeding 2 calls per second when using "theme upload" #225

Open Ninigi opened 7 years ago

Ninigi commented 7 years ago

I've been running into this for month now and haven't even noticed this, since it does not raise a critical error but only logs it and if you don't read every single line, you might very well miss it.

So I added the existing conditional sleep method to ShopifyTheme#send_asset and now it works (pull request#244)