Shopify / themekit

Shopify theme development command line tool.
https://shopify.dev/tools/theme-kit
MIT License
1.2k stars 375 forks source link

Fixing hanging uploads #809

Closed tanema closed 4 years ago

tanema commented 4 years ago

fixes #790 fixes #801 fixes #810

Re-evaluating the retry mechanism, I realized that there was a fault in the if statements where the attempt count would only get incremented on timeouts and not for all other errors like 500s.

Here is the logic now

Warn Checklist

andyw8 commented 4 years ago

@tanema were you able 🎩 locally? Guess it may be awkward.

tanema commented 4 years ago

I tophatted it with slow/timeouts and rate limits as well as the no host error/no connection errors.