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 logic to only download and store one package at a time #44

Closed
helrond opened this issue Sep 12, 2019 · 0 comments · Fixed by #46
Closed

Add logic to only download and store one package at a time #44

helrond opened this issue Sep 12, 2019 · 0 comments · Fixed by #46

Comments

@helrond
Copy link
Member

helrond commented Sep 12, 2019

Is your feature request related to a problem? Please describe.

Trying to download or store multiple packages at once often causes tasks to time out because both of these services push binary data over HTTP. This has a host of unfortunate effects downstream and can be a huge headache to troubleshoot.

Describe the solution you'd like

Implement logic so that the download and store services only process one package at a time.

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 a pull request may close this issue.

1 participant