We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb50066 commit fb018d2Copy full SHA for fb018d2
1 file changed
temporal/api/workflowservice/v1/request_response.proto
@@ -2467,6 +2467,11 @@ message RecordWorkerHeartbeatRequest {
2467
string identity = 2;
2468
2469
repeated temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 3;
2470
+
2471
+ // Duration for which the worker lease should be valid.
2472
+ // Server will calculate the actual expiration time based on when it receives this request.
2473
+ // If not specified or zero, the server will use a default lease duration (typically 60 seconds).
2474
+ google.protobuf.Duration lease_duration = 4;
2475
}
2476
2477
message RecordWorkerHeartbeatResponse {
0 commit comments