-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Copy link
Labels
enhancementNew feature or requestNew feature or requestprioritizedPrioritized issuePrioritized issuetriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Is your feature request related to a problem? Please describe.
Spotify API calls has been hitting rate limits and returning 429 Too Many Requests, causing failed actions. Spotify uses a rolling 30-second window and appears to limit ~100 requests/hour per user token and ~25 requests/second per app token; exceeding these denies requests until reset.
Describe the solution you'd like
Add 429 handling with capped exponential backoff retries, respecting Retry-After when available.
Do you have a workaround?
We've requested rate limit increases, this this doesn’t scale. We need a built-in retry/backoff approach.
Additional context
https://developer.spotify.com/documentation/web-api/concepts/rate-limits
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestprioritizedPrioritized issuePrioritized issuetriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Doing