mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Fix check for chasm enabled in workflow_task_completed_handler
This commit is contained in:
@@ -59,7 +59,6 @@ type Config struct {
|
||||
HistoryCacheTTL dynamicconfig.DurationPropertyFn
|
||||
HistoryCacheNonUserContextLockTimeout dynamicconfig.DurationPropertyFn
|
||||
HistoryCacheBackgroundEvict dynamicconfig.TypedPropertyFn[dynamicconfig.CacheBackgroundEvictSettings]
|
||||
ChasmEnabled dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
EnableWorkflowExecutionTimeoutTimer dynamicconfig.BoolPropertyFn
|
||||
EnableUpdateWorkflowModeIgnoreCurrent dynamicconfig.BoolPropertyFn
|
||||
EnableTransitionHistory dynamicconfig.BoolPropertyFnWithNamespaceFilter
|
||||
@@ -475,7 +474,6 @@ func NewConfig(
|
||||
HistoryCacheTTL: dynamicconfig.HistoryCacheTTL.Get(dc),
|
||||
HistoryCacheNonUserContextLockTimeout: dynamicconfig.HistoryCacheNonUserContextLockTimeout.Get(dc),
|
||||
HistoryCacheBackgroundEvict: dynamicconfig.HistoryCacheBackgroundEvict.Get(dc),
|
||||
ChasmEnabled: dynamicconfig.EnableChasm.Get(dc),
|
||||
EnableWorkflowExecutionTimeoutTimer: dynamicconfig.EnableWorkflowExecutionTimeoutTimer.Get(dc),
|
||||
EnableUpdateWorkflowModeIgnoreCurrent: dynamicconfig.EnableUpdateWorkflowModeIgnoreCurrent.Get(dc),
|
||||
EnableTransitionHistory: dynamicconfig.EnableTransitionHistory.Get(dc),
|
||||
|
||||
Reference in New Issue
Block a user