Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Track startup script time + display estmate #6502

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

Closed
bpmct opened this issue Mar 7, 2023 · 3 comments
Closed

Track startup script time + display estmate #6502

bpmct opened this issue Mar 7, 2023 · 3 comments
Labels
stale This issue is like stale bread.

Comments

@bpmct
Copy link
Member

bpmct commented Mar 7, 2023

We currently track build time/estimates, but not startup scripts. As we are starting to think about these holistically and even added an option to prevent users from entering their workspace before a startup script completes, we should track how long it takes for a startup script to complete as a metric and even consider showing an estimate in the workspace page.

@MrPeacockNLB
Copy link
Contributor

MrPeacockNLB commented Mar 8, 2023

Yeah good catch. We are using only one template for everything. So the main configuration part is done inside the startup-script but this depends havily on the configuration we are getting from a git repository (coder.yaml inside). This means you can track this only for each of the workspaces but not in summary for all of a template.

For it would much better if we can put a feedback to the UI / user in form of task x from y is done. Maybe tasks can be shown with names. This way a user knows how long / how much time / tasks has to be done.

Example given: We have made a workspace prepared to dogfooding coder. Everything inside the coder.yaml defines what we need to develop a feature for coder. This takes some time (more tahn 5 Minutes). Setup Nix-Shell, Installing yarn (by the way is not in Nix), downloading code-server and extensions. And so on... This raises the Developer Experience.

Should I open a new Issue for this?

@bpmct
Copy link
Member Author

bpmct commented Mar 8, 2023

Ah I see, kind of like GitHub actions steps

@bpmct
Copy link
Member Author

bpmct commented Mar 20, 2023

Sorry, I realized I didn't answer your question. Please do. Feel free to suggest a specific design too :)

@github-actions github-actions bot added the stale This issue is like stale bread. label Jun 19, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This issue is like stale bread.
Projects
None yet
Development

No branches or pull requests

2 participants