iloveitaly / shopify_api_extensions

Pagination, backoff, and other extensions to the Shopify ruby API
MIT License
10 stars 2 forks source link

Backoff on ActiveResource::TimeoutError #2

Closed ianneub closed 6 years ago

ianneub commented 6 years ago

Added ActiveResource::TimeoutError to list of errors to backoff from.

I think this should be included in the list of errors that are handled and backed off from.

iloveitaly commented 6 years ago

Agreed! Merged.