Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions service/history/interfaces/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ type (
NotifyChasmExecution(executionKey chasm.ExecutionKey, componentRef []byte)
// TODO(bergundy): This Environment should be host level once shard level workflow cache is deprecated.
StateMachineEnvironment(operationTag metrics.Tag) hsm.Environment
// todo, tentative, feiyang
NotifyTimeSkipping()

ReplicationStream
Start()
Expand Down
1 change: 1 addition & 0 deletions service/history/workflow/transaction_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ func NotifyOnExecutionMutation(
RunID: workflowMutation.ExecutionState.RunId,
}, nil)
}
engine.NotifyTimeSkipping()
}

func NotifyNewHistorySnapshotEvent(
Expand Down
Loading