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

API admin endpoint to view download status #199

Closed
KairuByte opened this issue Sep 20, 2023 · 3 comments
Closed

API admin endpoint to view download status #199

KairuByte opened this issue Sep 20, 2023 · 3 comments
Labels
💻 client There are things to do on the client 🔧 feature New feature or request 🎛️ server There are things to do on the server

Comments

@KairuByte
Copy link

Is your feature request related to a problem? Please describe.
If I need to restart a PC at some point, for an update of the host or GV itself, it would be nice to be able to check if there are any users currently downloading.

Describe the solution you'd like
An admin API endpoint that lists current downloads, their speeds, their progress, and their estimated time left (based on ([total size] - [total downloaded]) / [current speed])

Describe alternatives you've considered
You can technically comb through the logs if they are set to show the level necessary, but this isn't really a good workaround.

@KairuByte KairuByte added 🎛️ server There are things to do on the server 🔧 feature New feature or request labels Sep 20, 2023
@Alfagun74
Copy link
Contributor

We'll introduce this feature step by step, starting with an MVP (Minimum Viable Product). Initially, there will be an API indicating the presence of active downloads and an exclamation mark in the admin panel to signal ongoing server downloads. Additional features such as progress tracking, ETA, speed, and more details may be added in subsequent phases.

@Alfagun74
Copy link
Contributor

Alfagun74 commented Apr 24, 2024

After discussing further within our team, we're reconsidering whether this issue will still be relevant if we integrate feature #14 (pausable downloads). Assuming your problem is that you are restarting the server while somebody is in the middle of downloading a 160GB Game, If downloads can seamlessly resume where they left off after a restart, we shouldn't encounter this problem, similar to the smooth experience provided by Steam. Would this not address the ticket for you? @KairuByte

@KairuByte
Copy link
Author

That was indeed the use case, and resumable downloads cover the issue nicely.

@KairuByte KairuByte closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 client There are things to do on the client 🔧 feature New feature or request 🎛️ server There are things to do on the server
Projects
Archived in project
Development

No branches or pull requests

2 participants