Skip to content

Commit

Permalink
fix: retry Cancelled stream errors (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdiep committed Apr 26, 2022
1 parent d9e68a1 commit 3543759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/pubsublite/internal/status_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
StatusCode.INTERNAL,
StatusCode.UNAVAILABLE,
StatusCode.UNKNOWN,
StatusCode.CANCELLED,
}


Expand Down

0 comments on commit 3543759

Please sign in to comment.