-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
6ad47ff
commit ce43536
Showing
2 changed files
with
179 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters