Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support '429' responses from Fastly API #29

Open
kpfleming opened this issue Mar 19, 2025 · 1 comment
Open

Support '429' responses from Fastly API #29

kpfleming opened this issue Mar 19, 2025 · 1 comment

Comments

@kpfleming
Copy link
Contributor

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.

@kpfleming
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant