-
Notifications
You must be signed in to change notification settings - Fork 54
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
helm: add env variable for session inactivity to server #718
helm: add env variable for session inactivity to server #718
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. |
01cb222
to
9eaa2b9
Compare
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.
All good, but a rebase is needed!
CHANGES.rst
Outdated
@@ -5,6 +5,7 @@ Version 0.9.1 (UNRELEASED) | |||
-------------------------- | |||
|
|||
- Administrators: | |||
- Adds configuration environment variable ``reana_server.environment.REANA_INTERACTIVE_SESSION_MAX_INACTIVITY_PERIOD`` to set a limit in days for the maximum inactivity period of interactive sessions after which they will be closed. |
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.
I think this can be skipped, it is just an internal change so I feel like there is no need to add it to the CHANGES. In any case, CHANGES.rst are checked and fixed before any stable release.
e605356
to
78cb8b1
Compare
Adds an env variable that contains the maximum number of days for which an interactive session can stay inactive before being automatically closed. Closes reanahub/reana-client#657
78cb8b1
to
6f86e14
Compare
Looking good! I have rebased the PR and merged it! |
Adds an env variable that contains the maximum number of days for which an interactive session can stay inactive before being automaticallly closed.
Closes reanahub/reana-client#657