-
Notifications
You must be signed in to change notification settings - Fork 179
Description
Issue summary
There were several prs which mentioned passing through the fetch signal
property such that clients can set their own timeouts and abort the request for retrying. This is extremely important bc we intermittently see Shopify requests taking 30, 40 seconds and then finally 503 response. We don't want to wait that long, we want to be able to timeout in a few seconds and backoff/retry.
Here are a couple commits where this functionality was added
Its also mentioned in your documentation
To me it looks like the @shopify/admin-api is still referenced as 1.1 in your latest @shopify/shopify-api, and the admin-api with this functionality is in higher versions (maybe 1.5 or 1.8 I can't quite tell)
When will this functionality be generally available and in what version?