Tags: jysui123/cadence
Tags
Fix bug: signal workflow will trigger cron workflow execution (cadenc… …e-workflow#1838) * Fix bug: signal workflow should not trigger cron workflow execution. cadence-workflow#1595
Treat WorkflowExecutionAlreadyStartedError as non-transient error (ca… …dence-workflow#1812) Setting the WorkflowIDReusePolicy to 'WorkflowIDReusePolicyAllowDuplicateFailedOnly' or 'WorkflowIDReusePolicyRejectDuplicate' results in 'WorkflowExecutionAlreadyStartedError' on StartWorkflowExecution or SignalWithStartWorkflowExecution. Since this error is treated as retryable error it results in frontend to keep on retrying the call until timeout.
Bugfix: decision task processing in transfer active task processor (c… …adence-workflow#1369) * Bugfix: transfer active task processor, when encounter a non sticky decision task and mutable state builder has sticky decision set, should not change the decision task to sticky decision * Add metrics for history re-replication
PreviousNext