-
Notifications
You must be signed in to change notification settings - Fork 881
chore(examples): remove deprecated startup_script_timeout #12104
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the alternative of this deprecated timeout flags?
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
@mafredri feel free to correct me if I'm wrong, but I believe edit: see below |
There is no replacement, actually. And |
It is a bit out of scope, but thoughts on replacing all One downside of using it could be a failed workspace when workspace compute and |
Definitely something for a separate PR, but I think the case you mention is solvable with a comment above the setting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
We should then also remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few more suggestions.
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
We could, but then we must rewrite all |
Creating a template from examples results in deprecation warnings, which is a bit of a product smell from a user's perspective.