-
Notifications
You must be signed in to change notification settings - Fork 12
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
Introduce env vars to define idle state timeout #271
Introduce env vars to define idle state timeout #271
Conversation
- COU_STANDARD_IDLE_TIMEOUT for standard OpenStackApplication - COU_LONG_IDLE_TIMEOUT for apps that take more time to upgrade - updated documentation
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.
Please choose your own names, not those I provided in my examples.
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.
LGTM, just some nit suggestions
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.
The change looks good, I just suggested a rewording of the documentation
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.
LGTM. Should we merge this directly to main though?
We need to create separate PR for margin to main, or if we want to merge it also to dev/data-plane. Not sure if we want to create it like that, since we are using "squash and merge" it will mean that we have two different commits doing same thing.... 🤔 |
Closes #269