-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
I think we need to add a temporary stop-gap to prevent users from generating playlists too quickly, so we do end up hitting Spotify's rate limit and crashing the app for them (and potentially other users; I'm not sure if one person being rate limited actually limits others or not).
The first thing that comes to mind was just to store some kind of "lastGeneratedTime" cookie in the browser which is checked before generating and only allows a new generation if, say, more than 2 minutes has passed.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request