-
Notifications
You must be signed in to change notification settings - Fork 218
Open plan updates #1105
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
Merged
Merged
Open plan updates #1105
Changes from 2 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9c55c00
Initial edits
beckykd 64006ce
edit
beckykd 1a19ce5
Update docs/faqs/max_execution_time.rst
beckykd 1c958c9
Update docs/faqs/max_execution_time.rst
beckykd 178228c
Update docs/faqs/max_execution_time.rst
beckykd 7fff6a3
Update docs/faqs/max_execution_time.rst
beckykd af9fb7c
Update docs/faqs/max_execution_time.rst
beckykd e4f2672
Update docs/faqs/max_execution_time.rst
beckykd 76568fe
Jessie comments
beckykd 4c8edb7
Update docs/faqs/max_execution_time.rst
beckykd 17858ae
Update docs/faqs/max_execution_time.rst
beckykd 25a566b
Update docs/sessions.rst
beckykd c196a03
Update docs/faqs/max_execution_time.rst
beckykd 2415ca2
Merge branch 'main' into open-plan-updates
jyu00 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,6 +73,9 @@ How long a session stays active | |
|
|
||
| The length of time a session is active is controlled by the *maximum session timeout* (``max_time``) value and the *interactive* timeout value (TTL). The ``max_time`` timer starts when the session becomes active. That is, when the first job runs, not when it is queued. It does not stop if a session becomes inactive. The TTL timer starts each time a session job finishes. | ||
|
|
||
| .. note:: | ||
| When running jobs through the Open Plan, the maximum session timeout is 15 minutes. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We use
beckykd marked this conversation as resolved.
Outdated
|
||
|
|
||
| Maximum session timeout | ||
| ++++++++++++++++++++++++++++ | ||
|
|
||
|
|
@@ -93,7 +96,10 @@ Interactive timeout value | |
|
|
||
| Every session has an *interactive timeout value*, or time to live (TTL), of five minutes, which cannot be changed. If there are no session jobs queued within the TTL window, the session is temporarily deactivated and normal job selection resumes. A deactivated session can be resumed if it has not reached its maximum timeout value. The session is resumed when a subsequent session job starts. Once a session is deactivated, its next job waits in the queue like other jobs. | ||
|
|
||
| After a session is deactivated, the next job in the queue is selected to run. This newly selected job (which can belong to a different user) can run as a singleton, but it can also start a different session. In other words, a deactivated session does not block the creation of other sessions. Jobs from this new session would then take priority until it is deactivated or closed, at which point normal job selection resumes. | ||
| After a session is deactivated, the next job in the queue is selected to run. This newly selected job (which can belong to a different user) can run as a singleton, but it can also start a different session. In other words, a deactivated session does not block the creation of other sessions. Jobs from this new session would then take priority until it is deactivated or closed, at which point normal job selection resumes. | ||
|
|
||
| .. note:: | ||
| When running jobs through the Open Plan, the interactive timeout value is two seconds. | ||
|
|
||
| .. _ends: | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.