Skip to content

Commit

Permalink
Retry Ack/Nack/ModAck requests
Browse files Browse the repository at this point in the history
The changes in standard-ai#37 did not attempt retries on the explicit ack requests.
These appear to fail in practice periodically (~1hr), perhaps due to
some connection resets from the server.

This change introduces retries to those requests
  • Loading branch information
rnarubin committed Dec 8, 2023
1 parent e257431 commit c726a7b
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ya-gcp"
version = "0.11.1"
version = "0.11.2"
authors = ["Renar Narubin <[email protected]>"]
edition = "2021"
description = "APIs for using Google Cloud Platform services"
Expand Down
Loading

0 comments on commit c726a7b

Please sign in to comment.