Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chiptus
/
UpLine
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
63
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(api): retry Spotify 429s with backoff
- #413
#413
Merged
chiptus
merged 14 commits into
main
chiptus/UpLine:main
from
fix-411/spotify-429-retry
chiptus/UpLine:fix-411/spotify-429-retry
Copy head branch name to clipboard
Aug 31, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat(api): retry Spotify 429s with backoff
#413
chiptus
merged 14 commits into
main
chiptus/UpLine:main
from
fix-411/spotify-429-retry
chiptus/UpLine:fix-411/spotify-429-retry
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
feat: add Spotify 429 rate-limit retry logic with backoff
Show description for 57998f5
claude
committed
57998f5
View commit details
Copy full SHA for 57998f5
Browse repository at this point
test(api): add integration test for Spotify rate-limit 429 retry
Show description for 2c9c706
claude
committed
2c9c706
View commit details
Copy full SHA for 2c9c706
Browse repository at this point
fix: respect Retry-After header in rate-limit retry delay and decouple UI from error wording
Show description for 4337c47
claude
committed
4337c47
View commit details
Copy full SHA for 4337c47
Browse repository at this point
fix: rename unused attemptCount in retry-utils test
claude
committed
ba8df66
View commit details
Copy full SHA for ba8df66
Browse repository at this point
fix: type-narrow rate-limit error, stop searching after Spotify 429, use fake timers in retry tests
Show description for 89c9ad9
claude
committed
89c9ad9
View commit details
Copy full SHA for 89c9ad9
Browse repository at this point
fix: seed Spotify credentials and reset token cache in edge-function integration tests
Show description for 6ac01f5
claude
committed
6ac01f5
View commit details
Copy full SHA for 6ac01f5
Browse repository at this point
Commits on Aug 30, 2026
refactor: split getSpotifyAccessToken into cache-check and request helpers
Show description for 1c19dde
claude
committed
1c19dde
View commit details
Copy full SHA for 1c19dde
Browse repository at this point
refactor: split requestSpotifyToken into fetch and parse steps
Show description for 7a69f3d
claude
committed
7a69f3d
View commit details
Copy full SHA for 7a69f3d
Browse repository at this point
refactor: move exported functions to top of auth.ts
claude
committed
643c7ea
View commit details
Copy full SHA for 643c7ea
Browse repository at this point
refactor: extract handleFailedResult from fetchTokenResponse
Show description for 009c4d1
claude
committed
009c4d1
View commit details
Copy full SHA for 009c4d1
Browse repository at this point
test: use FakeTime instead of real delays in retry-utils tests
Show description for 3cb6ee9
claude
committed
3cb6ee9
View commit details
Copy full SHA for 3cb6ee9
Browse repository at this point
refactor: extract shared fetchSpotifyAPI helper, decompose spotify-adapter
Show description for 64f555f
claude
committed
64f555f
View commit details
Copy full SHA for 64f555f
Browse repository at this point
Commits on Aug 31, 2026
fix(test): tick FakeTime once per sequential retry in 429-exhaustion test
Show description for 5a6c4f0
claude
committed
5a6c4f0
View commit details
Copy full SHA for 5a6c4f0
Browse repository at this point
style: shorten FakeTime tick comment to one line
claude
committed
863d4c3
View commit details
Copy full SHA for 863d4c3
Browse repository at this point
You can’t perform that action at this time.