Skip to content

Commit

Permalink
fix change nextHeartbeat to nextHeartbeatMax for SubmitSourceHeartbea…
Browse files Browse the repository at this point in the history
…tRequest
  • Loading branch information
tphoney committed Sep 24, 2024
1 parent 544e34f commit 8bdd205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ message SubmitSourceHeartbeatRequest {
string name = 3;
// The error message if the source is unhealthy
optional string error = 4;
// The interval until the source will send the next heartbeat, e.g. 10s
google.protobuf.Duration nextHeartbeat = 5;
// The maximum time between heartbeats that the source can send to the api-server. Otherwise, the source will be marked as unhealthy. eg 30s
google.protobuf.Duration nextHeartbeatMax = 5;
// The type of the source, AWS or Stdlib or Kubernetes
string type = 6;
// Whether the source is managed, or local
Expand Down

0 comments on commit 8bdd205

Please sign in to comment.