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

Have metadata that informs, on average, how long a configuration is expected to run #593

Open
SteveL-MSFT opened this issue Oct 31, 2024 · 1 comment
Labels
Milestone

Comments

@SteveL-MSFT
Copy link
Member

SteveL-MSFT commented Oct 31, 2024

Summary of the new feature / enhancement

DSCv3 currently already emits how long a configuration takes to run, it would be interesting to allow configuration authors to supply this in the metadata section like expectedRuntime to give an idea if it takes minutes, hours, days, etc... which would be presented as progress.

Also allow the same metadata per resource execution.

Proposed technical implementation details (optional)

No response

@SteveL-MSFT
Copy link
Member Author

Perhaps DSC can store how long configurations have taken to run on a particularly system and adjust the estimate for that system. So a high powered system that is fast, instead of taking 2 hours, it take 1.5 hours, so future estimates can be reduced by 25%.

@SteveL-MSFT SteveL-MSFT added this to the Post-3.0 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant