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

Separate Spotify API calls from Twitch webhook callback #266

Open
SaxyPandaBear opened this issue Mar 10, 2024 · 1 comment
Open

Separate Spotify API calls from Twitch webhook callback #266

SaxyPandaBear opened this issue Mar 10, 2024 · 1 comment
Labels
enhancement Something that makes the product better not required This is something that is a nice to have, but not necessary

Comments

@SaxyPandaBear
Copy link
Owner

This would help optimize the response times for the API callback, but more importantly it allows for exponential backoff retries on making Spotify API calls. This requires some fairly significant changes to the callback API and also requires introducing a new background goroutine that handles Spotify requests.

@SaxyPandaBear SaxyPandaBear added not required This is something that is a nice to have, but not necessary enhancement Something that makes the product better labels Mar 10, 2024
@Veraismad
Copy link

This would help optimize the response times for the API callback, but more importantly it allows for exponential backoff retries on making Spotify API calls. This requires some fairly significant changes to the callback API and also requires introducing a new background goroutine that handles Spotify requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something that makes the product better not required This is something that is a nice to have, but not necessary
Projects
None yet
Development

No branches or pull requests

2 participants