Skip to content

Commit

Permalink
docs: add note about retrying UNAVAILABLE (#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbza authored Apr 15, 2019
1 parent 776edd3 commit 9d8d97a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codes/codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ const (

// Unavailable indicates the service is currently unavailable.
// This is a most likely a transient condition and may be corrected
// by retrying with a backoff.
// by retrying with a backoff. Note that it is not always safe to retry
// non-idempotent operations.
//
// See litmus test above for deciding between FailedPrecondition,
// Aborted, and Unavailable.
Expand Down

0 comments on commit 9d8d97a

Please sign in to comment.