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

retry mechanism in downloader #12

Closed
4 tasks done
CXwudi opened this issue Jun 15, 2021 · 1 comment
Closed
4 tasks done

retry mechanism in downloader #12

CXwudi opened this issue Jun 15, 2021 · 1 comment

Comments

@CXwudi
Copy link
Owner

CXwudi commented Jun 15, 2021

notes for retry in downloaders: (TODO)

  • if one downloader failed, try the next downloader on the same PV
    • allow users to choose multiple downloaders for one PV service
    • allow us to try the faster risky one, if not successful, use the safer slower one
    • make sure that the global retry count is independent for each downloader
  • if one PV service failed, try the next PV service
    • not all the time that VocaDB info of PV availability can be up to date, so we need our side to handle it
  • if all original PVs from all services are failed, try download reupload PVs
    • this could be useful if a Vocaloid producer deleted all his/her contents, but other ppl upload a copy
  • all retry features are configurable
    • how to resolve PV preference sorting base on current enabled retry features
    • An: sort and filter PVs base of all setting aboves
@CXwudi CXwudi added this to To do in After-completion Improvement via automation Jun 15, 2021
@CXwudi
Copy link
Owner Author

CXwudi commented Jun 22, 2021

so we have 5 spring properties and each one has been well documented.
Brainstorming of this issue is pretty much done

@CXwudi CXwudi closed this as completed Jun 22, 2021
After-completion Improvement automation moved this from To do to Done Jun 22, 2021
@CXwudi CXwudi reopened this Jun 22, 2021
After-completion Improvement automation moved this from Done to In progress Jun 22, 2021
@CXwudi CXwudi closed this as completed Jun 15, 2022
After-completion Improvement automation moved this from In progress to Done Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant