1xyz / coolbeans

Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Mozilla Public License 2.0
67 stars 6 forks source link

Add beanstalkd-proxy call retry strategy #8

Closed 1xyz closed 4 years ago

1xyz commented 4 years ago

If a GRPC call fails due to a connection error, then we may want to retry the call using an exponential backoff strategy. This approach is different from GRPCs standard retry strategy, which I think does not handle a connection being reset by a peer

1xyz commented 4 years ago

Refer 1xyz/coolbeans-backup#26

1xyz commented 4 years ago

Fixed