Skip to content

Commit

Permalink
add replication to ActivitySyncInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Jan 9, 2025
1 parent a974867 commit 907a0a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/history/replication/executable_activity_state_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ func NewExecutableActivityStateTask(
LastAttemptCompleteTime: task.LastAttemptCompleteTime,
Stamp: task.Stamp,
Paused: task.Paused,
RetryInitialInterval: task.RetryInitialInterval,
RetryMaximumInterval: task.RetryMaximumInterval,
RetryMaximumAttempts: task.RetryMaximumAttempts,
RetryBackoffCoefficient: task.RetryBackoffCoefficient,
}),
}
}
Expand Down

0 comments on commit 907a0a1

Please sign in to comment.