Skip to content

Tags: junneyang/cadence

Tags

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 (uber#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 (u…

…ber#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 (uber#1195)

v0.3.15

Toggle v0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix: timer queue active processor missing return err (uber#1000)

v0.3.14

Toggle v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle deletion of task during failover (uber#976)

* Adding failover info persistence struct
* Adding awareness of failover info during transfer / timer task cleanup

Note: missing persistence to database, the persistence to database of
failover cursor should be done along with balk failover for performance.

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V0.3.12 patch (uber#829)

* make transfer / timer / replication persistence layer accept page token

* get task API on the cassandra side should use page size, not limit

* apply pagination token to timer ack manager

* move duplicated transfer code to one place

* modify test to force pagination

* bugfix: queue ack manager should call processor's complete task fn

* do not keep the lock when doing query