Skip to content

Commit

Permalink
docs(gateway): align style for writing the time unit
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 committed Sep 23, 2022
1 parent 5d4d652 commit c531ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-protocol/src/main/proto/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ message FailJobRequest {
// this is particularly useful if a job runs out of retries and an incident is raised,
// as it this message can help explain why an incident was raised
string errorMessage = 3;
// the backoff timeout in ms for the next retry
// the backoff timeout (in ms) for the next retry
int64 retryBackOff = 4;
}

Expand Down

0 comments on commit c531ebd

Please sign in to comment.