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

Add a download queue #168

Merged
merged 3 commits into from
Jul 25, 2023
Merged

Add a download queue #168

merged 3 commits into from
Jul 25, 2023

Conversation

chainyo
Copy link
Contributor

@chainyo chainyo commented Jul 24, 2023

This PR update the code to include a download queue for audio files.

Only 10 files can be downloaded at the same time. Youtube and audio-url endpoints share this hard limit by using the asyncio.Semaphore tool.

@chainyo chainyo linked an issue Jul 24, 2023 that may be closed by this pull request
@chainyo chainyo added api Everything related to the API implementation deploy Everything related to Docker and deployment labels Jul 24, 2023
@chainyo chainyo merged commit 3c31deb into main Jul 25, 2023
3 checks passed
@chainyo chainyo deleted the 165-add-a-global-api-queue branch July 25, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Everything related to the API implementation deploy Everything related to Docker and deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a global API queue
2 participants