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

fix(podcast): slightly more robust downloading and concurrency #433

Merged
merged 1 commit into from Dec 21, 2023

Conversation

sentriz
Copy link
Owner

@sentriz sentriz commented Dec 17, 2023

  • drive download by a single download "event loop" thread
    • controlled concurrency
    • resume-on-restart downloads
    • suspend gonic shutdown until current download is complete
  • re-use pe filename as download destination to avoid .1 .1.1 .1.1.1 etc unique name
  • update error status in more places

@sentriz sentriz force-pushed the pe-del branch 8 times, most recently from 4d92124 to c69e063 Compare December 20, 2023 19:13
    - drive download by a single download "event loop" thread
        - controlled concurrency
        - resume-on-restart downloads
        - suspend gonic shutdown until current download is complete
    - re-use pe filename as download destination to avoid .1 .1.1 .1.1.1 etc unique names
    - update error status in more places

fixes #432
@sentriz sentriz merged commit f34cd2e into master Dec 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant