document workflowexecution hot/cold lifecycle and notification retention - #236
Open
P4sca1 wants to merge 6 commits into
Open
document workflowexecution hot/cold lifecycle and notification retention#236P4sca1 wants to merge 6 commits into
P4sca1 wants to merge 6 commits into
Conversation
…retention Updates the index classification tables (workflow_revisions and org_cache_revisions moved to rollover), adds a new section explaining the workflowexecution_live/archive split and zero-downtime migration, documents the two new execution env vars and OPENSEARCH_NOTIFICATION_RETENTION_DAYS, and updates the workflowexecution re-indexing guidance to reflect that it's now automatic. Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
Adds a clarifying note in the Automatic Mapping & Field Changes section explaining why created/edited/started_at on workflowexecution are deliberately mapped long instead of date/epoch_second - date fields store doc values as epoch milliseconds internally regardless of the epoch_second format annotation, which would silently corrupt cross-generation sort order against older, dynamically-inferred long generations. Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
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.
Updates the index classification tables (
workflow_revisionsandorg_cache_revisionsmoved to rollover), adds a new section explaining theworkflowexecution_live/archive split and zero-downtime migration, documents the two new execution env vars and OPENSEARCH_NOTIFICATION_RETENTION_DAYS, and updates the workflowexecution re-indexing guidance to reflect that it's now automatic.