Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix web server shutdown on YouTube API errors#839

Merged
mxpv merged 1 commit intomainfrom
claude/issue-837-20260308-2207
Mar 8, 2026
Merged

Fix web server shutdown on YouTube API errors#839
mxpv merged 1 commit intomainfrom
claude/issue-837-20260308-2207

Conversation

Copy link
Owner

mxpv commented Mar 8, 2026

Fix web server shutting down when YouTube API errors occur during feed updates.

Use a separate context for feed updates so they aren't cancelled by web server lifecycle events, and treat http.ErrServerClosed as a non-error to prevent unnecessary errgroup context cancellation.

Fixes #837

Use a separate context for feed updates so they aren't cancelled by
web server lifecycle events. Treat http.ErrServerClosed as a non-error
to prevent unnecessary errgroup context cancellation.

Co-authored-by: Maksym Pavlenko
mxpv merged commit e4b6d40 into main Mar 8, 2026
9 checks passed
mxpv deleted the claude/issue-837-20260308-2207 branch March 8, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Podsync Web Server Shutdown on YouTube API Errors

1 participant