You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the build process is uploading a large number of assets to a KV Store. Fastly's API rate limiting can cause some of the API calls to fail (they receive a 429 response). The response includes information about how long the code should wait before retrying, so it would be good if the Fastly API wrapper in this tool was able to react to that and retry the operation at the appropriate time.
The text was updated successfully, but these errors were encountered:
While this is in the works, it would be useful to also be able to retry KV store operations which failed due to timeouts or other non-permanent reasons.
When the build process is uploading a large number of assets to a KV Store. Fastly's API rate limiting can cause some of the API calls to fail (they receive a 429 response). The response includes information about how long the code should wait before retrying, so it would be good if the Fastly API wrapper in this tool was able to react to that and retry the operation at the appropriate time.
The text was updated successfully, but these errors were encountered: