Skip to content

Commit

Permalink
neat
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Sep 3, 2024
1 parent ade6afe commit 7ee7721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal/api/workflowservice/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ service WorkflowService {
rpc PollActivityTaskQueue (PollActivityTaskQueueRequest) returns (PollActivityTaskQueueResponse) {
}

// RecordActivityTaskHeartbeat is optionally called by workers while they execute activities.
// RecordActivityTaskHeartbeat is optionally called by workers while they execute activities.
//
// If worker fails to heartbeat within the `heartbeat_timeout` interval for the activity task,
// then it will be marked as timed out and an `ACTIVITY_TASK_TIMED_OUT` event will be written to
Expand Down

0 comments on commit 7ee7721

Please sign in to comment.