Skip to content

Commit

Permalink
Fix typo in dynamic config for VisibilityProcessorEnsureCloseBeforeDe…
Browse files Browse the repository at this point in the history
…lete
  • Loading branch information
MichaelSnowden committed Nov 21, 2022
1 parent b43ca63 commit 450e793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dynamicconfig/constants.go
Expand Up @@ -516,7 +516,7 @@ const (
// VisibilityProcessorVisibilityArchivalTimeLimit is the upper time limit for archiving visibility records
VisibilityProcessorVisibilityArchivalTimeLimit = "history.visibilityProcessorVisibilityArchivalTimeLimit"
// VisibilityProcessorEnsureCloseBeforeDelete means we ensure the visibility of an execution is closed before we delete its visibility records
VisibilityProcessorEnsureCloseBeforeDelete = "history.transferProcessorEnsureCloseBeforeDelete"
VisibilityProcessorEnsureCloseBeforeDelete = "history.visibilityProcessorEnsureCloseBeforeDelete"
// VisibilityProcessorEnableCloseWorkflowCleanup to clean up the mutable state after visibility
// close task has been processed. Must use Elasticsearch as visibility store, otherwise workflow
// data (eg: search attributes) will be lost after workflow is closed.
Expand Down

0 comments on commit 450e793

Please sign in to comment.