Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jysui123/cadence

Tags

v0.5.9

Toggle v0.5.9's commit message
Release 0.5.9 docker

v0.5.8

Toggle v0.5.8's commit message
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

v0.5.7

Toggle v0.5.7's commit message
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.

v0.5.5

Toggle v0.5.5's commit message
release 0.5.5

v0.5.4

Toggle v0.5.4's commit message
release 0.5.4

v0.5.3

Toggle v0.5.3's commit message
Cadence v0.5.3 Visibility on ElasticSearch

v0.5.2

Toggle v0.5.2's commit message
Always send out sync shard (cadence-workflow#1452)

v0.5.1

Toggle v0.5.1's commit message
Use cadence 0.5.0 in docker-compose

v0.5.0

Toggle v0.5.0's commit message
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

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mysql: bug fixes (cadence-workflow#1195)