Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: when multiple activity got timeouted, there will be at most o… #655

Merged
merged 2 commits into from
Apr 4, 2018

Conversation

wxing1292
Copy link
Contributor

…ne being actually deleted in Cassandra

@wxing1292 wxing1292 requested a review from samarabbas April 4, 2018 19:38
@coveralls
Copy link

coveralls commented Apr 4, 2018

Coverage Status

Coverage decreased (-0.1%) to 64.831% when pulling c93d84f on bugbugbug-bug1 into 8b6694a on master.

@wxing1292 wxing1292 merged commit 49a7202 into master Apr 4, 2018
@wxing1292 wxing1292 deleted the bugbugbug-bug1 branch April 4, 2018 21:51
nathanboktae pushed a commit that referenced this pull request Apr 12, 2018
nathanboktae added a commit that referenced this pull request Apr 12, 2018
* bump cadence-web to 1.1.1

* bugfix: when multiple activity got timeouted, there will be at most one being actually deleted in Cassandra (#655)

* Bugfix: Recreate activity heartbeat timeout after first timer fire (#658)

When the heartbeat timeout is created for the very first time it
uses StartEventID as the dedupe event ID. But it is possible that
it is a buffered event and no ID is specified when the timer task
is created. This trips the recreation logic from recreating the
timer.
This change instead relies on the schedule ID for the event
for dedupe event ID of the heartbeat timer.

* Bump cadence web to 1.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants