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

Apply task queue structure #2

Open
Dictor opened this issue Sep 15, 2020 · 0 comments
Open

Apply task queue structure #2

Dictor opened this issue Sep 15, 2020 · 0 comments
Assignees
Labels
new feature please make new feature!
Milestone

Comments

@Dictor
Copy link
Owner

Dictor commented Sep 15, 2020

Currently, every task is started immediately, and concurrent download could be conducted infinity. This can make resource overload. So, need to apply task queue for limiting concurrent download properly.

Task queue has pre-defined length from config file and Only this count of downloads can be conducted concurrently. Furthermore, we can use not only fixed count to task queue length but flexible value like total speed bandwidth.

@Dictor Dictor added the new feature please make new feature! label Sep 15, 2020
@Dictor Dictor self-assigned this Sep 15, 2020
@Dictor Dictor added this to the v1.2 milestone Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature please make new feature!
Projects
None yet
Development

No branches or pull requests

1 participant