CFE-4681: document timer_policy attribute on classes: promises (3.24)#3728
Open
nickanderson wants to merge 1 commit into
Open
CFE-4681: document timer_policy attribute on classes: promises (3.24)#3728nickanderson wants to merge 1 commit into
nickanderson wants to merge 1 commit into
Conversation
77167d7 to
f166ad5
Compare
Documents the timer_policy attribute on classes: promises (CFE-4681), which controls whether a persistent class restarts its timer when rediscovered. On the 3.24 stream the default is absolute, preserving the historical behavior; the default changed to reset in 3.28.0. Ticket: CFE-4681
f166ad5 to
2d26c35
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Backports the
timer_policyattribute documentation onclasses:promises to the 3.24 stream (CFE-4681).Mirrors the master PR (#3682), with the Default value and History adjusted for this stream: on 3.24
timer_policydefaults toabsolute(the historical persistent-class behavior). The default changed toresetin 3.28.0.Notes
### timer_policyincontent/reference/promise-types/classes.markdown, right after### persistence.[classes#persistence],[Promise types#timer_policy],[Promise types#persist_time]); no_references.mdchange needed.Related
absolute)