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

[Features] supports timeout times for the entire opsrequest #7623

Closed
starnop opened this issue Jun 25, 2024 · 0 comments · Fixed by #7680
Closed

[Features] supports timeout times for the entire opsrequest #7623

starnop opened this issue Jun 25, 2024 · 0 comments · Fixed by #7680

Comments

@starnop
Copy link
Contributor

starnop commented Jun 25, 2024

What is the user interaction of your feature
A concise description of user interactions or user stories of your feature request

When I create an opsrequest CR, it may get stuck for various reasons, and we should not wait indefinitely.
Therefore, should it be possible to define a timeout period for opsrequest, it will automatically be marked as a failure when this time is reached.

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

If this is a new feature, please describe the motivation and goals.
A clear and concise description of why you want to happen, link the design doc if possible

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add a timeout field for opsrequest spec.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment