mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-27 16:05:51 +03:00
[GH-ISSUE #24] Add retries for 'temporary' errors? #11
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vdesabou on GitHub (Jan 29, 2015).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/24
Hello,
I've observed that quite a lot of users are getting 502 (Bad Gateway) list available here errors when using my Alfred workflow
I wanted to ask you if it would not make sense to add the possibility to retry requests (with configurable retry period and max number of retries) for 429, 404, 500, 502 and 503 errors..?
Of course it can be done also when using the API. I just wanted your opinion 😄
Thanks
@vdesabou commented on GitHub (Jan 30, 2015):
I implemented it at my project level
github.com/vdesabou/alfred-spotify-mini-player@615b775369so I guess it is better to keep the API simple.Closing the issue