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

Introduce env vars to define idle state timeout #271

Merged

Conversation

gabrielcocenza
Copy link
Member

  • COU_STANDARD_IDLE_TIMEOUT for standard OpenStackApplication
  • COU_LONG_IDLE_TIMEOUT for apps that take more time to upgrade
  • updated documentation

Closes #269

- COU_STANDARD_IDLE_TIMEOUT for standard OpenStackApplication
- COU_LONG_IDLE_TIMEOUT for apps that take more time to upgrade
- updated documentation
@gabrielcocenza gabrielcocenza requested review from a team, Pjack, aieri, agileshaw, jneo8 and rgildein March 1, 2024 20:24
@gabrielcocenza gabrielcocenza self-assigned this Mar 1, 2024
Copy link
Contributor

@rgildein rgildein left a 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.

cou/apps/auxiliary.py Outdated Show resolved Hide resolved
cou/apps/base.py Outdated Show resolved Hide resolved
@gabrielcocenza gabrielcocenza requested a review from rgildein March 4, 2024 15:28
Copy link
Contributor

@agileshaw agileshaw left a 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

docs/reference/environment-variables.rst Outdated Show resolved Hide resolved
cou/apps/base.py Outdated Show resolved Hide resolved
Copy link
Contributor

@aieri aieri left a 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

docs/reference/environment-variables.rst Outdated Show resolved Hide resolved
docs/reference/environment-variables.rst Outdated Show resolved Hide resolved
@gabrielcocenza gabrielcocenza requested a review from aieri March 4, 2024 18:27
Copy link
Contributor

@agileshaw agileshaw left a 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?

@rgildein
Copy link
Contributor

rgildein commented Mar 4, 2024

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.... 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reach the idle state timeout - would be nice if it was configurable
4 participants